summaryrefslogtreecommitdiffstats
path: root/release/floppies/boot/crunch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/floppies/boot/crunch/Makefile')
-rw-r--r--release/floppies/boot/crunch/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/release/floppies/boot/crunch/Makefile b/release/floppies/boot/crunch/Makefile
index b48f9b7..b339e18 100644
--- a/release/floppies/boot/crunch/Makefile
+++ b/release/floppies/boot/crunch/Makefile
@@ -1,2 +1,15 @@
+OBJTOP=../../../..
+SYSINSTALL= ${OBJTOP}/release/sysinstall/sysinstall
+
+all: ${SYSINSTALL}
+
+${SYSINSTALL}:
+ cd ${.CURDIR}/../../../../release/sysinstall ; make
+ @if ! test -f ${SYSINSTALL} ; then \
+ ${ECHO} "sysinstall not made" ; \
+ ${ECHO} "Possibly need to 'make obj' for floppies and sysinstall" ; \
+ exit 1; \
+ fi
+
.include "../../makecrunch.mk"
OpenPOWER on IntegriCloud