summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-12-03 20:29:31 +0000
committermarcel <marcel@FreeBSD.org>2000-12-03 20:29:31 +0000
commit2b1bcb2e8199bfceb6dae06d720335edf4569154 (patch)
tree05457d471abbd704c2bda45793d85812d844facd /Makefile.inc1
parentc71941ee219d92fc8f8bce13d058893197d05057 (diff)
downloadFreeBSD-src-2b1bcb2e8199bfceb6dae06d720335edf4569154.zip
FreeBSD-src-2b1bcb2e8199bfceb6dae06d720335edf4569154.tar.gz
Fix cross-building once again.
Forgotten by: ache
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 4d09999..4f1a740 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -563,7 +563,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libasn1 kerberos5/lib/libhdb \
.endif
build-tools:
-.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
+.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
${_libroken4} ${_libkrb5} lib/libncurses ${_share}
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud