diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-16 22:33:03 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-16 22:33:03 +0000 |
commit | 2ae40db11c273adaddcc3023abc89a1f58a5e1f2 (patch) | |
tree | 3f6cf6f894f8be314da800362fd2f0013e2a865a /lib/libz/Makefile | |
parent | ba9fdd12549af4456c83102dcd337df247574615 (diff) |
update to zlib 1.2.1
ok millert@ deraadt@
Diffstat (limited to 'lib/libz/Makefile')
-rw-r--r-- | lib/libz/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libz/Makefile b/lib/libz/Makefile index c116c61b2e0..ef2100dff25 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -1,10 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2003/10/01 09:07:14 jmc Exp $ +# $OpenBSD: Makefile,v 1.10 2003/12/16 22:33:02 henning Exp $ LIB= z HDRS= zconf.h zlib.h -SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infblock.c \ - infcodes.c inffast.c inflate.c inftrees.c infutil.c trees.c \ - uncompr.c zutil.c +SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c \ + inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c MAN= compress.3 MLINKS= compress.3 zlibVersion.3 compress.3 deflateInit.3 \ compress.3 deflate.3 compress.3 deflateEnd.3 \ |