diff options
author | wosch <wosch@FreeBSD.org> | 1997-12-09 20:17:49 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-12-09 20:17:49 +0000 |
commit | 460ec4efc91a25b62c8d55180abde0c207482257 (patch) | |
tree | 1910f0b4379969960f75fdd8f3c8030a30746184 /share/mk/bsd.libnames.mk | |
parent | 9c59d252fe57b86fef6b8b555dcc75b12ede8e83 (diff) | |
download | FreeBSD-src-460ec4efc91a25b62c8d55180abde0c207482257.zip FreeBSD-src-460ec4efc91a25b62c8d55180abde0c207482257.tar.gz |
Add LIBZ
Diffstat (limited to 'share/mk/bsd.libnames.mk')
-rw-r--r-- | share/mk/bsd.libnames.mk | 3 |
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 |