summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-12-09 20:17:49 +0000
committerwosch <wosch@FreeBSD.org>1997-12-09 20:17:49 +0000
commit460ec4efc91a25b62c8d55180abde0c207482257 (patch)
tree1910f0b4379969960f75fdd8f3c8030a30746184 /share
parent9c59d252fe57b86fef6b8b555dcc75b12ede8e83 (diff)
downloadFreeBSD-src-460ec4efc91a25b62c8d55180abde0c207482257.zip
FreeBSD-src-460ec4efc91a25b62c8d55180abde0c207482257.tar.gz
Add LIBZ
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.libnames.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index a0a0c55..94aedf8 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -1,4 +1,4 @@
-# $Id: bsd.libnames.mk,v 1.7 1997/02/22 13:56:11 peter Exp $
+# $Id: bsd.libnames.mk,v 1.8 1997/05/23 04:48:23 brian Exp $
#
# The include file <bsd.libnames.mk> define library names.
# Other include files (e.g. bsd.prog.mk, bsd.lib.mk) include this
@@ -60,3 +60,4 @@ 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
+LIBZ?= ${DESTDIR}/usr/lib/libz.a
OpenPOWER on IntegriCloud