summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-12-17 00:41:05 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-12-17 00:41:05 +0000
commit71c297c802a1237ad92e31e4b196c4f56799eb58 (patch)
tree36b66ff15b49d7595753c0d851d5752167d7bb70 /distrib
parent0ec472d5c426d6755bcf104ed74ad6ff05ff42fe (diff)
prettify, no real changes
Diffstat (limited to 'distrib')
-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