aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/gzip/Makefile
blob: 077473c82eea78a259b91e613a1edf237da442e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PROG=	gzip
SRCS=	futimens.c \
	gzip.c
MAN=	gzexe.1 gzip.1 zdiff.1 zforce.1 zmore.1 znew.1
SCRIPTS=	gzexe \
	gzip \
	zdiff \
	zforce \
	zmore \
	znew

CFLAGS+=-DGZIP_APPLE_VERSION=\"321.40.3\"
LDADD=-llzma -lz -lbz2

BINDIR=/bin

.include <bsd.prog.mk>