aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2000-12-03 20:29:31 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2000-12-03 20:29:31 +0000
commitd6deedefeb8e7eb22488b712e810bcf3cd86a829 (patch)
treeaebd8018aa83a5d9fe09745a58f7f3c52c168797 /Makefile.inc1
parentfbf8638995a4cccf196f9d1f204d435334cdab9e (diff)
downloadsrc-d6deedefeb8e7eb22488b712e810bcf3cd86a829.tar.gz
src-d6deedefeb8e7eb22488b712e810bcf3cd86a829.zip
Fix cross-building once again.
Forgotten by: ache
Notes
Notes: svn path=/head/; revision=69556
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 4d0999911d4a..4f1a7409110d 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