diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-27 02:39:52 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-07-27 02:39:52 +0000 |
commit | e2ce9843b6a157aadf0700edefbe6d916cb98c57 (patch) | |
tree | 2c7143ecfacc85ee0a2324eb6c2ed32c3c3223de /lib/Makefile | |
parent | 5a5fd0e048973cea1c9409fd37ad010441627e92 (diff) |
Integrate zlib v1.0.3
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index c0ca3a04c60..8051f22637b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 1996/06/18 10:07:05 deraadt Exp $ +# $OpenBSD: Makefile,v 1.9 1996/07/27 02:39:41 tholo Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompat libcrypt libcurses libedit libform \ libl libm libmenu libocurses libpanel libpcap libresolv librpcsvc \ - libskey libtelnet libterm libtermlib libutil liby + libskey libtelnet libterm libtermlib libutil liby libz # XXX Temporarely until all ports are able to use libkvm (leo) .if (${MACHINE} == "amiga") || \ |