aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-07-11 17:01:58 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-07-11 17:01:58 +0000
commita20c015c92fc6ca6da093814c8ade0a180429f4c (patch)
tree1a8b318f5fe390b5437f261d51ad3a96099ee9ae /Makefile.inc1
parent4d938af0babe05448a72e49cb1c6d75d5901330c (diff)
downloadsrc-a20c015c92fc6ca6da093814c8ade0a180429f4c.tar.gz
src-a20c015c92fc6ca6da093814c8ade0a180429f4c.zip
Forgot that the rescue subdir needs to be a conditional for the
build-tools bit.
Notes
Notes: svn path=/head/; revision=117450
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 2080bc110bf1..3934c67a808b 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} \