summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2003-07-11 17:01:58 +0000
committergordon <gordon@FreeBSD.org>2003-07-11 17:01:58 +0000
commitba10b4a13dced2886225d8cf46239faec806c7d7 (patch)
tree1a8b318f5fe390b5437f261d51ad3a96099ee9ae /Makefile.inc1
parentb8965224321b4e547f9e9cac1e562c5a047807fe (diff)
downloadFreeBSD-src-ba10b4a13dced2886225d8cf46239faec806c7d7.zip
FreeBSD-src-ba10b4a13dced2886225d8cf46239faec806c7d7.tar.gz
Forgot that the rescue subdir needs to be a conditional for the
build-tools bit.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 2080bc1..3934c67 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -722,11 +722,15 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libvers \
kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
.endif
+.if exists(${.CURDIR}/rescue) && !defined(NORESCUE)
+_rescue= rescue/rescue
+.endif
+
build-tools:
.for _tool in \
bin/csh \
bin/sh \
- rescue/rescue \
+ ${_rescue} \
gnu/usr.bin/cc/cc_tools \
${_fortran} \
${_libkrb5} \
OpenPOWER on IntegriCloud