diff options
Diffstat (limited to 'distrib/special/gzip')
-rw-r--r-- | distrib/special/gzip/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/distrib/special/gzip/Makefile b/distrib/special/gzip/Makefile new file mode 100644 index 00000000000..4c81680d88a --- /dev/null +++ b/distrib/special/gzip/Makefile @@ -0,0 +1,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> |