summaryrefslogtreecommitdiffstats
path: root/release/floppies
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-12 17:29:45 +0000
committerjkh <jkh@FreeBSD.org>1996-06-12 17:29:45 +0000
commit4c0a0894d83b94eda7553ed2cb571bc104d42272 (patch)
tree658b793a92fe6c23dc18b17f5905b704057c71c2 /release/floppies
parent019fedf51406787d3904598e45f5a867d406becb (diff)
downloadFreeBSD-src-4c0a0894d83b94eda7553ed2cb571bc104d42272.zip
FreeBSD-src-4c0a0894d83b94eda7553ed2cb571bc104d42272.tar.gz
Fix broken sysinstall check.
Diffstat (limited to 'release/floppies')
-rw-r--r--release/floppies/makecrunch.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/release/floppies/makecrunch.mk b/release/floppies/makecrunch.mk
index ed2be2a..a7f2077 100644
--- a/release/floppies/makecrunch.mk
+++ b/release/floppies/makecrunch.mk
@@ -1,7 +1,12 @@
-SYSINSTALL=../../../../release/sysinstall/sysinstall
-NOCRYPT?=yes
+.if exists(../../../../release/sysinstall/sysinstall)
+SYSINSTALL= ../../../../release/sysinstall/sysinstall
+.else
+SYSINSTALL= ../../../../release/sysinstall/obj/sysinstall
+.endif
+
+NOCRYPT?= yes
all: ${SYSINSTALL} crunch
OpenPOWER on IntegriCloud