diff --git a/Makefile.inc1 b/Makefile.inc1 index 12ba373251c7..8e1b2d7f974d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -758,7 +758,7 @@ _btxld= usr.sbin/btxld .if (!defined(NO_RESCUE) || \ defined(RELEASEDIR)) && \ - ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 ) + (${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101) _crunchide= usr.sbin/crunch/crunchide .endif