mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-20 10:16:34 +01:00
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>
|