mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Fix broken sysinstall check.
This commit is contained in:
parent
78dc4171c3
commit
a55324b884
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16331
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user