mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 02:01:19 +01:00
2c3b2c6c13
usability is limited. Very useful on fixit floppies &c. Obtained from: Linux via 386BSD
10 lines
143 B
Makefile
10 lines
143 B
Makefile
# $Id$
|
|
|
|
PROG= kzip
|
|
NOMAN= toobad
|
|
|
|
# Where we load the compressed stuff to uncompress it
|
|
CFLAGS+= -DKZBASE=\"0x300000\"
|
|
|
|
.include <bsd.prog.mk>
|