summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-11-01 06:14:42 +0000
committerobrien <obrien@FreeBSD.org>2001-11-01 06:14:42 +0000
commit63f5f922df7330c7368eda21326feb4422f5aa33 (patch)
treea8968ae4f003b3c1188055c09ad5eb5acf392927 /Makefile.inc1
parent980016100e1f36ce838333776daaa3dfc98a711e (diff)
downloadFreeBSD-src-63f5f922df7330c7368eda21326feb4422f5aa33.zip
FreeBSD-src-63f5f922df7330c7368eda21326feb4422f5aa33.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b5d300c..7f11f80 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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
OpenPOWER on IntegriCloud