Fix cross-building once again.

Forgotten by: ache
This commit is contained in:
Marcel Moolenaar 2000-12-03 20:29:31 +00:00
parent fbf8638995
commit d6deedefeb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69556

View File

@ -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