diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-16 23:54:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-16 23:54:31 +0000 |
commit | 39d36ee53c5802879dbb98862ea193443bc5609b (patch) | |
tree | 9752af6b13ff2298aa31029219c9764b5686d6c3 /distrib/special | |
parent | 0c343b7ef854f2155dde69bd07bc19f4783c5219 (diff) |
disabling the gzip header handling that we do ourselves anyway gains us
1532 more bytes
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/gzip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |