diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 00:30:12 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-12-17 00:30:12 +0000 |
commit | 0ec472d5c426d6755bcf104ed74ad6ff05ff42fe (patch) | |
tree | eaeacc7bcacdcf7107d393070a67a0939ac01d08 /sys/lib/libz | |
parent | 020328685b9a93cb12e3cccaf36216ab48d8f8b5 (diff) |
No need to build infback.c here after all.
Diffstat (limited to 'sys/lib/libz')
-rw-r--r-- | sys/lib/libz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libz/Makefile b/sys/lib/libz/Makefile index 2e132105c1c..37462157af3 100644 --- a/sys/lib/libz/Makefile +++ b/sys/lib/libz/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2003/12/17 00:01:23 millert Exp $ +# $OpenBSD: Makefile,v 1.7 2003/12/17 00:30:11 millert Exp $ # $NetBSD: Makefile,v 1.2 1997/01/22 01:36:30 cgd Exp $ LIB= z @@ -8,7 +8,7 @@ NOPROFILE= CPPFLAGS+= -I. ${ZCPPFLAGS} -DSLOW -DSMALL -DNOBYFOUR -DNO_GZIP # files to be copied down from libz. -LIBZSRCS= adler32.c crc32.c infback.c inflate.c inftrees.c +LIBZSRCS= adler32.c crc32.c inflate.c inftrees.c LIBZHDRS= crc32.h inflate.h inffixed.h inftrees.h zconf.h zlib.h zutil.h # Other stuff |