summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-05 18:05:08 +0000
committerbde <bde@FreeBSD.org>1996-09-05 18:05:08 +0000
commitaeb8c7e8c5febcb5e046dc7ff547838744271e46 (patch)
tree18e0d163cdf6acd3e4ff10e541bfe4093c3e37ad /share/mk/bsd.lib.mk
parente88717b61d6e9f633f55ab99c6815b9da60d0b63 (diff)
downloadFreeBSD-src-aeb8c7e8c5febcb5e046dc7ff547838744271e46.zip
FreeBSD-src-aeb8c7e8c5febcb5e046dc7ff547838744271e46.tar.gz
Moved definitions of library names from bsd.prog.mk to a new central
file bsd.libnames.mk and include this file where necessary. This fixes null library names in ${DPADD}'s in library makefiles.
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index cf2a304..4e02330 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
-# $Id: bsd.lib.mk,v 1.39 1996/08/11 12:24:44 peter Exp $
+# $Id: bsd.lib.mk,v 1.42 1996/08/25 05:16:56 jkh Exp $
#
.if exists(${.CURDIR}/../Makefile.inc)
@@ -261,4 +261,5 @@ all-man:
.endif
.include <bsd.dep.mk>
+.include <bsd.libnames.mk>
.include <bsd.obj.mk>
OpenPOWER on IntegriCloud