summaryrefslogtreecommitdiffstats
path: root/usr.bin/minigzip/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-12-13 09:57:48 +0000
committermsmith <msmith@FreeBSD.org>1997-12-13 09:57:48 +0000
commit0ad6b3714378015da93827e12e95fa078a91ef12 (patch)
treeac6dd567af8122462dfbb52f93aac895cab4a232 /usr.bin/minigzip/Makefile
parent58afeb6ddf619da363f0a8e7da0b9382e6aa2aef (diff)
downloadFreeBSD-src-0ad6b3714378015da93827e12e95fa078a91ef12.zip
FreeBSD-src-0ad6b3714378015da93827e12e95fa078a91ef12.tar.gz
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).
Diffstat (limited to 'usr.bin/minigzip/Makefile')
-rw-r--r--usr.bin/minigzip/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.bin/minigzip/Makefile b/usr.bin/minigzip/Makefile
new file mode 100644
index 0000000..58263e0
--- /dev/null
+++ b/usr.bin/minigzip/Makefile
@@ -0,0 +1,8 @@
+# $Id$
+
+PROG= minigzip
+LDADD+= -lz
+DPADD+= ${LIBZ}
+.PATH: ../../lib/libz
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud