summaryrefslogtreecommitdiff
path: root/distrib/special/gzip/Makefile
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-17 19:38:00 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-17 19:38:00 +0000
commit865034b6213933f1eeefdeac3f0786ea421a7abe (patch)
treed94dbd1634e8ecae4753d21aedfe88d4e58e673b /distrib/special/gzip/Makefile
parent3836b0551d6538053b77358121af0883adcccde5 (diff)
don't use inffast on the boot floppies; saves more space
ok millert@
Diffstat (limited to 'distrib/special/gzip/Makefile')
-rw-r--r--distrib/special/gzip/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/special/gzip/Makefile b/distrib/special/gzip/Makefile
index f85584225f9..80cd34a6ad7 100644
--- a/distrib/special/gzip/Makefile
+++ b/distrib/special/gzip/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2003/12/17 00:41:04 henning Exp $
+# $OpenBSD: Makefile,v 1.7 2003/12/17 19:37:59 henning Exp $
PROG= gzip
SRCS= main.c gzopen.c
-SRCS+= adler32.c crc32.c inflate.c inffast.c inftrees.c zutil.c
+SRCS+= adler32.c crc32.c inflate.c inftrees.c zutil.c
MAN=
-COPTS+=-Os -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR -DNO_GZIP
+COPTS+=-Os -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR -DNO_GZIP -DSLOW
.PATH: ${.CURDIR}/../../../usr.bin/compress
.PATH: ${.CURDIR}/../../../lib/libz