freebsd-dev/usr.bin/minigzip/Makefile
Mike Smith 85e55f7ab8 This framework builds the 'minigzip' sample program supplied with
libz.  It is a non-GPL-polluted minimal implementation of the 'gzip'
command, yielding a 12k executable (vs ~100k for gzip).
1997-12-13 09:57:48 +00:00

9 lines
97 B
Makefile

# $Id$
PROG= minigzip
LDADD+= -lz
DPADD+= ${LIBZ}
.PATH: ../../lib/libz
.include <bsd.prog.mk>