Correct makefile syntax error in r1.375.
This commit is contained in:
parent
e4cffe95c7
commit
dda3614332
@ -754,7 +754,7 @@ _btxld= usr.sbin/btxld
|
||||
|
||||
.if (defined(RESCUE) || \
|
||||
defined(RELEASEDIR)) && \
|
||||
(${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
|
||||
( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
|
||||
_crunchide= usr.sbin/crunch/crunchide
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user