85e55f7ab8
libz. It is a non-GPL-polluted minimal implementation of the 'gzip' command, yielding a 12k executable (vs ~100k for gzip).
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $Id$
|
|
|
|
PROG= minigzip
|
|
LDADD+= -lz
|
|
DPADD+= ${LIBZ}
|
|
.PATH: ../../lib/libz
|
|
|
|
.include <bsd.prog.mk>
|