summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
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/Makefile
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/Makefile')
-rw-r--r--share/mk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index fc9bd75..9debbba 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.10 1996/04/12 11:13:29 wosch Exp $
+# $Id: Makefile,v 1.11 1996/06/24 04:23:51 jkh Exp $
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.README
FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk bsd.obj.mk
-FILES+= bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk
+FILES+= bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.own.mk bsd.port.mk
FILES+= bsd.port.subdir.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
FILES+= sys.mk
NOOBJ= noobj
OpenPOWER on IntegriCloud