Sync usage with man page.
[netbsd-mini2440.git] / distrib / utils / x_gzip / Makefile
blob5dd351f0b8029f89c5d15b61ed74be18db6925d5
1 # $NetBSD: Makefile,v 1.6 2001/12/12 00:05:13 tv Exp $
2 # Build a tiny limited gzip (i.e. for tiny boot media)
4 SRCDIR= ${.CURDIR}/../../../usr.bin/gzip
6 PROG= gzip
7 NOMAN= # defined
9 CPPFLAGS+= -DSMALL -DNO_BZIP2_SUPPORT -DNO_COMPRESS_SUPPORT
11 DPADD= ${LIBZ}
12 LDADD= -lz
14 .include <bsd.prog.mk>
16 .PATH: ${SRCDIR}