From 39d36ee53c5802879dbb98862ea193443bc5609b Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 16 Dec 2003 23:54:31 +0000 Subject: disabling the gzip header handling that we do ourselves anyway gains us 1532 more bytes --- distrib/special/gzip/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/special/gzip/Makefile') diff --git a/distrib/special/gzip/Makefile b/distrib/special/gzip/Makefile index 76e22661326..d8745d1f3da 100644 --- a/distrib/special/gzip/Makefile +++ b/distrib/special/gzip/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.4 2003/12/16 23:42:38 henning Exp $ +# $OpenBSD: Makefile,v 1.5 2003/12/16 23:54:30 henning Exp $ PROG= gzip SRCS= main.c gzopen.c crc32.c SRCS+= adler32.c inflate.c inffast.c inftrees.c zutil.c MAN= -COPTS+=-Os -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR +COPTS+=-Os -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR -DNO_GZIP .PATH: ${.CURDIR}/../../../usr.bin/compress .PATH: ${.CURDIR}/../../../lib/libz -- cgit v1.2.3