mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
9 lines
143 B
Makefile
9 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>
|