From owner-cvs-share Fri Sep 20 09:17:32 1996 Return-Path: owner-cvs-share Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA19777 for cvs-share-outgoing; Fri, 20 Sep 1996 09:17:32 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA19677; Fri, 20 Sep 1996 09:17:15 -0700 (PDT) Date: Fri, 20 Sep 1996 09:17:15 -0700 (PDT) From: Bruce Evans Message-Id: <199609201617.JAA19677@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/mk bsd.obj.mk bsd.subdir.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/20 09:17:13 Modified: share/mk bsd.obj.mk bsd.subdir.mk Log: Added a `checkdpadd' target to help check that ${DPADD} is consistent with ${LDADD}. It doesn't handle internal libraries very well yet. Revision Changes Path 1.12 +13 -1 src/share/mk/bsd.obj.mk 1.11 +3 -2 src/share/mk/bsd.subdir.mk