summaryrefslogtreecommitdiff
path: root/distrib/special/gzip/Makefile
blob: 4c81680d88a176703edf37fcce04271e1ba85da6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.1 2003/06/22 22:25:23 deraadt Exp $

PROG=	gzip
SRCS=	main.c zopen.c gzopen.c
MAN=
COPTS+=-Os
.PATH:  ${.CURDIR}/../../../usr.bin/compress

LDADD=-lz
DPADD=${LIBZ}

.include <bsd.prog.mk>