diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-30 13:48:16 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-08-30 13:48:16 +0000 |
| commit | e95130d9340b32cd39add2e60dfea08d12c91bde (patch) | |
| tree | 88da9014bf01588437f1ad7c96bb7df57bbae0ed | |
| parent | b797df80b950c8dfd5ab7c2545ecec9d160fb043 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
