freebsd_amp_hwpstate/release/floppies/makecrunch.mk

34 lines
613 B
Makefile
Raw Normal View History

1996-06-12 17:29:45 +00:00
.if exists(../../../../release/sysinstall/sysinstall)
SYSINSTALL= ../../../../release/sysinstall/sysinstall
.else
SYSINSTALL= ../../../../release/sysinstall/obj/sysinstall
.endif
NOCRYPT?= yes
all: ${SYSINSTALL} crunch
${SYSINSTALL}:
@echo "you need to make sysinstall first"
false
crunch:
-crunchgen ${.CURDIR}/crunch.conf
${MAKE} -f crunch.mk all NOCRYP=${NOCRYPT} \
"CFLAGS=${CFLAGS} -DCRUNCHED_BINARY"
clean:
rm -f *.o *.stub *.lo *_stub.c *.mk \
crunch.cache \
crunch.mk \
crunch.c \
crunch \
.tmp_*
install:
@echo " No idea what to do to install yet"
.include <bsd.prog.mk>