summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-04 08:52:43 +0000
committerpeter <peter@FreeBSD.org>1996-10-04 08:52:43 +0000
commiteb900c1b4eeb36d260f9270d8afe7745ace1d48a (patch)
tree47735249dcf9fe891eb582edefc4b276852615a6 /share
parentf27b0810454a4024950fdf2745e0b0874de451a0 (diff)
downloadFreeBSD-src-eb900c1b4eeb36d260f9270d8afe7745ace1d48a.zip
FreeBSD-src-eb900c1b4eeb36d260f9270d8afe7745ace1d48a.tar.gz
libresolv.a doesn't exist anymore... Hmm, what's the right thing to do
here? Can we just undefine it? What about 3rd party bmakefiles?
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.libnames.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 22a7eba..a4228f6 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: bsd.libnames.mk,v 1.1 1996/09/05 18:05:07 bde Exp $
LIBCRT0?= ${DESTDIR}/usr/lib/crt0.o
LIBKZHEAD?= ${DESTDIR}/usr/lib/kzhead.o
@@ -39,7 +39,7 @@ 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
+LIBRESOLV?= ${DESTDIR}/usr/lib/libresolv.a # XXX doesn't exist
LIBRPCSVC?= ${DESTDIR}/usr/lib/librpcsvc.a
LIBSCRYPT?= "don't use LIBSCRYPT, use LIBCRYPT"
LIBSCSI?= ${DESTDIR}/usr/lib/libscsi.a
OpenPOWER on IntegriCloud