summaryrefslogtreecommitdiffstats
path: root/distrib/special/gzip/Makefile
blob: 43b5a7d73ea5bccd1550e590493d2b932563be76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.9 2018/06/25 16:29:00 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
.PATH:  ${.CURDIR}/../../../usr.bin/compress
.PATH:  ${.CURDIR}/../../../lib/libz

.include <bsd.prog.mk>