diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-06-30 18:17:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-06-30 18:17:11 +0000 |
commit | f4796f4661369972ccb513e5a88d8d84b1dec0e4 (patch) | |
tree | e28cda42667c147892cdb186fa4620fcee884c1b /distrib | |
parent | a1cc248fe949625cb503a288359f1fdc7f2805f7 (diff) |
we don't need the NOBYFOUR space-savings option anymore, that codepath
was replaced a while ago.
ok tb
Diffstat (limited to 'distrib')
-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 43b5a7d73ea..7052fff7ec6 100644 --- a/distrib/special/gzip/Makefile +++ b/distrib/special/gzip/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.9 2018/06/25 16:29:00 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2024/06/30 18:17:07 deraadt Exp $ PROG= gzip SRCS= main.c gzopen.c SRCS+= adler32.c crc32.c inflate.c inftrees.c zutil.c -COPTS+= -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR -DNO_GZIP -DSLOW +COPTS+= -DSMALL -DDYNAMIC_CRC_TABLE -DNO_GZIP -DSLOW .PATH: ${.CURDIR}/../../../usr.bin/compress .PATH: ${.CURDIR}/../../../lib/libz |