summaryrefslogtreecommitdiff
path: root/release/floppies/mk/makecrunch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'release/floppies/mk/makecrunch.mk')
-rw-r--r--release/floppies/mk/makecrunch.mk25
1 files changed, 0 insertions, 25 deletions
diff --git a/release/floppies/mk/makecrunch.mk b/release/floppies/mk/makecrunch.mk
deleted file mode 100644
index 8f2d3e70afe1b..0000000000000
--- a/release/floppies/mk/makecrunch.mk
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-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>