Correct makefile syntax error in r1.375.

This commit is contained in:
Kris Kennaway 2003-07-10 05:29:56 +00:00
parent e4cffe95c7
commit dda3614332
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117376

View File

@ -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