summaryrefslogtreecommitdiffstats
path: root/distrib/special/gzip
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2003-12-17 00:41:04 +0000
committerhenning <henning@openbsd.org>2003-12-17 00:41:04 +0000
commit799a7a9126c60cb19f36ea3f380c2869fbfbf443 (patch)
treea643cf5c9d106e13cb3d118d16ce080612cd614d /distrib/special/gzip
parentNo need to build infback.c here after all. (diff)
downloadwireguard-openbsd-799a7a9126c60cb19f36ea3f380c2869fbfbf443.tar.xz
wireguard-openbsd-799a7a9126c60cb19f36ea3f380c2869fbfbf443.zip
prettify, no real changes
Diffstat (limited to 'distrib/special/gzip')
-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 d8745d1f3da..f85584225f9 100644
--- a/distrib/special/gzip/Makefile
+++ b/distrib/special/gzip/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.5 2003/12/16 23:54:30 henning Exp $
+# $OpenBSD: Makefile,v 1.6 2003/12/17 00:41:04 henning Exp $
PROG= gzip
-SRCS= main.c gzopen.c crc32.c
-SRCS+= adler32.c inflate.c inffast.c inftrees.c zutil.c
+SRCS= main.c gzopen.c
+SRCS+= adler32.c crc32.c inflate.c inffast.c inftrees.c zutil.c
MAN=
COPTS+=-Os -DSMALL -DDYNAMIC_CRC_TABLE -DNOBYFOUR -DNO_GZIP
.PATH: ${.CURDIR}/../../../usr.bin/compress