summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.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.prog.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.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk57
1 files changed, 2 insertions, 55 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 33c39fd..e0fb655 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.prog.mk 5.26 (Berkeley) 6/25/91
-# $Id: bsd.prog.mk,v 1.35 1996/06/29 03:12:49 phk Exp $
+# $Id: bsd.prog.mk,v 1.38 1996/08/25 05:16:56 jkh Exp $
.if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc"
@@ -17,60 +17,6 @@ CXXINCLUDES+= -I${DESTDIR}/usr/include/${CXX}
STRIP?= -s
.endif
-
-LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
-LIBKZHEAD?= ${DESTDIR}/usr/lib/kzhead.o
-LIBKZTAIL?= ${DESTDIR}/usr/lib/kztail.o
-
-LIBC?= ${DESTDIR}/usr/lib/libc.a
-LIBC_PIC= ${DESTDIR}/usr/lib/libc_pic.a
-LIBCOM_ERR= ${DESTDIR}/usr/lib/libcom_err.a
-LIBCOMPAT?= ${DESTDIR}/usr/lib/libcompat.a
-LIBCRYPT?= ${DESTDIR}/usr/lib/libcrypt.a
-LIBCURSES?= ${DESTDIR}/usr/lib/libcurses.a
-LIBDES?= ${DESTDIR}/usr/lib/libdes.a # XXX doesn't exist
-LIBDIALOG?= ${DESTDIR}/usr/lib/libdialog.a
-LIBDISK?= ${DESTDIR}/usr/lib/libdisk.a
-LIBEDIT?= ${DESTDIR}/usr/lib/libedit.a
-LIBF2C?= ${DESTDIR}/usr/lib/libf2c.a
-LIBFL?= "don't use LIBFL, use LIBL"
-LIBFORMS?= ${DESTDIR}/usr/lib/libforms.a
-LIBFTPIO?= ${DESTDIR}/usr/lib/libftpio.a
-LIBGPLUSPLUS?= ${DESTDIR}/usr/lib/libg++.a
-LIBGCC?= ${DESTDIR}/usr/lib/libgcc.a
-LIBGCC_PIC?= ${DESTDIR}/usr/lib/libgcc_pic.a
-LIBGMP?= ${DESTDIR}/usr/lib/libgmp.a
-LIBGNUREGEX?= ${DESTDIR}/usr/lib/libgnuregex.a
-LIBIPX?= ${DESTDIR}/usr/lib/libipx.a
-LIBKDB?= ${DESTDIR}/usr/lib/libkdb.a # XXX doesn't exist
-LIBKRB?= ${DESTDIR}/usr/lib/libkrb.a # XXX doesn't exist
-LIBKEYCAP?= ${DESTDIR}/usr/lib/libkeycap.a
-LIBKVM?= ${DESTDIR}/usr/lib/libkvm.a
-LIBL?= ${DESTDIR}/usr/lib/libl.a
-LIBLN?= "don't use, LIBLN, use LIBL"
-LIBM?= ${DESTDIR}/usr/lib/libm.a
-LIBMD?= ${DESTDIR}/usr/lib/libmd.a
-LIBMP?= ${DESTDIR}/usr/lib/libmp.a
-LIBMYTINFO?= ${DESTDIR}/usr/lib/libmytinfo.a
-LIBNCURSES?= ${DESTDIR}/usr/lib/libncurses.a
-LIBPC?= ${DESTDIR}/usr/lib/libpc.a # XXX doesn't exist
-LIBPCAP?= ${DESTDIR}/usr/lib/libpcap.a
-LIBPLOT?= ${DESTDIR}/usr/lib/libplot.a # XXX doesn't exist
-LIBREADLINE?= ${DESTDIR}/usr/lib/libreadline.a
-LIBRESOLV?= ${DESTDIR}/usr/lib/libresolv.a
-LIBRPCSVC?= ${DESTDIR}/usr/lib/librpcsvc.a
-LIBSCRYPT?= "don't use LIBSCRYPT, use LIBCRYPT"
-LIBSCSI?= ${DESTDIR}/usr/lib/libscsi.a
-LIBSKEY?= ${DESTDIR}/usr/lib/libskey.a
-LIBSS?= ${DESTDIR}/usr/lib/libss.a
-LIBTCL?= ${DESTDIR}/usr/lib/libtcl.a
-LIBTELNET?= ${DESTDIR}/usr/lib/libtelnet.a
-LIBTERMCAP?= ${DESTDIR}/usr/lib/libtermcap.a
-LIBTERMLIB?= "don't use LIBTERMLIB, use LIBTERMCAP"
-LIBUTIL?= ${DESTDIR}/usr/lib/libutil.a
-LIBXPG4?= ${DESTDIR}/usr/lib/libxpg4.a
-LIBY?= ${DESTDIR}/usr/lib/liby.a
-
.if defined(NOSHARED)
LDFLAGS+= -static
.endif
@@ -209,4 +155,5 @@ all-man:
.endif
.include <bsd.dep.mk>
+.include <bsd.libnames.mk>
.include <bsd.obj.mk>
OpenPOWER on IntegriCloud