summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-08 01:24:21 +0000
committerobrien <obrien@FreeBSD.org>2003-07-08 01:24:21 +0000
commit12a335d82b6211dbfd7f3dfbf25877b29ec7c2d7 (patch)
treeb9d2fe39223b33cd2d744b796c2bc4056d245e9f /Makefile.inc1
parent79e1d9ec1ea281222db902b05f1dd7c7c04f0bfc (diff)
downloadFreeBSD-src-12a335d82b6211dbfd7f3dfbf25877b29ec7c2d7.zip
FreeBSD-src-12a335d82b6211dbfd7f3dfbf25877b29ec7c2d7.tar.gz
Style nit.
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 78e7ee4..65d5ef9 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(RESCUE) && \
+.if 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(RESCUE) || \
+.if (defined(RESCUE) || \
defined(RELEASEDIR)) && \
(${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101)
_crunchide= usr.sbin/crunch/crunchide
OpenPOWER on IntegriCloud