summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
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 0f5a0d4..e775f13 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -305,9 +305,9 @@ everything:
#
installworld:
mkdir -p ${INSTALLTMP}
- for prog in [ cat chflags chown cp date echo egrep find grep \
+ for prog in [ awk cat chflags chown cp date echo egrep find grep \
install ln make makewhatis mv perl rm sed sh sysctl test \
- true uname zic; do \
+ true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall
OpenPOWER on IntegriCloud