summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-06 08:24:32 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-06 08:24:32 +0000
commit9c15e38ac2c9ea6d4b0883bb7fdcd6dbd97a9c11 (patch)
treeb9b68d97c9a70e699026dae80d1a3d09206216d2
parent826236b7954556246640d37d4172d11b00228072 (diff)
Notes
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 1fab98d1b130..34a6c1ac8af8 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -599,7 +599,7 @@ _libkrb5= kerberos5/lib/libroken kerberos5/lib/libvers \
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
+ usr.bin/awk usr.bin/file usr.sbin/sysinstall
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor