summaryrefslogtreecommitdiffstats
path: root/release/floppies/makecrunch.mk
diff options
context:
space:
mode:
Diffstat (limited to 'release/floppies/makecrunch.mk')
-rw-r--r--release/floppies/makecrunch.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/release/floppies/makecrunch.mk b/release/floppies/makecrunch.mk
index a7f2077..8f2d3e7 100644
--- a/release/floppies/makecrunch.mk
+++ b/release/floppies/makecrunch.mk
@@ -1,18 +1,10 @@
-.if exists(../../../../release/sysinstall/sysinstall)
-SYSINSTALL= ../../../../release/sysinstall/sysinstall
-.else
-SYSINSTALL= ../../../../release/sysinstall/obj/sysinstall
-.endif
+SYSINSTALL= ${OBJTOP}/release/sysinstall/sysinstall
NOCRYPT?= yes
-all: ${SYSINSTALL} crunch
-
-${SYSINSTALL}:
- @echo "you need to make sysinstall first"
- false
+all: crunch
crunch:
-crunchgen ${.CURDIR}/crunch.conf
OpenPOWER on IntegriCloud