freebsd-dev/release/floppies/makecrunch.mk
Julian Elischer 37dc8bea84 slight cleanup of the floppy building stuff to take into account
the new OBJdir system.
quite a bit to go yet.

cd /usr/src; make world
cd release
cd sysinstall;make obj; cd ..
cd floppies; make obj; make
1996-08-22 09:45:46 +00:00

26 lines
406 B
Makefile

SYSINSTALL= ${OBJTOP}/release/sysinstall/sysinstall
NOCRYPT?= yes
all: crunch
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>