summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-12-17 00:30:11 +0000
committermillert <millert@openbsd.org>2003-12-17 00:30:11 +0000
commit8922d1a358d22b3ac5b09f22adf4e5b2ffbc3063 (patch)
treecf378db9a2c1f5865e99d9b3a2cbfb7031a9164f
parentsync with sys/lib/libz; adds #ifdef SMALL and one more #ifndef SLOW (diff)
downloadwireguard-openbsd-8922d1a358d22b3ac5b09f22adf4e5b2ffbc3063.tar.xz
wireguard-openbsd-8922d1a358d22b3ac5b09f22adf4e5b2ffbc3063.zip
No need to build infback.c here after all.
-rw-r--r--sys/lib/libz/Makefile4
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