summaryrefslogtreecommitdiffstats
path: root/usr.bin/kzip/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-15 08:18:20 +0000
committerphk <phk@FreeBSD.org>1995-04-15 08:18:20 +0000
commit1978ca6d733a0124144c9ae0967af2aa29d8ae07 (patch)
tree4e8eda1b9f04cdf302e5e16da17c4329d1c84515 /usr.bin/kzip/Makefile
parenta3faef6dde5a705f619e2c8db686823c7eb3fced (diff)
downloadFreeBSD-src-1978ca6d733a0124144c9ae0967af2aa29d8ae07.zip
FreeBSD-src-1978ca6d733a0124144c9ae0967af2aa29d8ae07.tar.gz
This program to compress a kernel with. You loose all the symbols, so
usability is limited. Very useful on fixit floppies &c. Obtained from: Linux via 386BSD
Diffstat (limited to 'usr.bin/kzip/Makefile')
-rw-r--r--usr.bin/kzip/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/kzip/Makefile b/usr.bin/kzip/Makefile
new file mode 100644
index 0000000..cc9186c
--- /dev/null
+++ b/usr.bin/kzip/Makefile
@@ -0,0 +1,9 @@
+# $Id$
+
+PROG= kzip
+NOMAN= toobad
+
+# Where we load the compressed stuff to uncompress it
+CFLAGS+= -DKZBASE=\"0x300000\"
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud