summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-07-02 19:26:19 +0000
committergordon <gordon@FreeBSD.org>2003-07-02 19:26:19 +0000
commit7d054a5c56b3d0da80ef1bc9dd099d21a9dfdd32 (patch)
treec8d84e32107a268ae107ea5aa636139a1aac7521 /Makefile.inc1
parent8bc1c55614cad8f78bad35521d8416376b8873a2 (diff)
downloadFreeBSD-src-7d054a5c56b3d0da80ef1bc9dd099d21a9dfdd32.zip
FreeBSD-src-7d054a5c56b3d0da80ef1bc9dd099d21a9dfdd32.tar.gz
More NO_RESCUE to RESCUE transitions.
Submitted by: ru
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 7608f2b..7f29afe 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -667,7 +667,7 @@ _xargs= usr.bin/xargs
_yacc= usr.bin/yacc
.endif
-.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) && \
+.if exists(${.CURDIR}/rescue) && defined(RESCUE) && \
${BOOTSTRAPPING} < 501100
_crunchgen= usr.sbin/crunch/crunchgen
.endif
@@ -752,7 +752,7 @@ _elf2aout= usr.bin/elf2aout
_btxld= usr.sbin/btxld
.endif
-.if (exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) || \
+.if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
defined(RELEASEDIR)) && \
( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
_crunchide= usr.sbin/crunch/crunchide
OpenPOWER on IntegriCloud