Add 'awk' to the build-tools, so that the small utility used to build

one of the source files is made for the host, not target.
This commit is contained in:
David E. O'Brien 2001-11-01 06:14:42 +00:00
parent f21d113aa0
commit 491beb71f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=85804

View File

@ -598,8 +598,8 @@ _libkrb5= kerberos5/lib/libasn1 kerberos5/lib/libhdb kerberos5/lib/libsl
build-tools:
.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/file \
usr.sbin/sysinstall
${_perl} ${_libroken4} ${_libkrb5} lib/libncurses ${_share} usr.bin/awk \
usr.bin/file usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor