summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-20 03:03:23 +0000
committermarcel <marcel@FreeBSD.org>2000-07-20 03:03:23 +0000
commit32f585d1c525cc5e090c630427b1bd3bd11b1cbe (patch)
tree2fecf85744428508f85b862083d4cba33df8329f /Makefile.inc1
parentca477cc774e4a9850e0e46e91567f8bab36f9ed7 (diff)
downloadFreeBSD-src-32f585d1c525cc5e090c630427b1bd3bd11b1cbe.zip
FreeBSD-src-32f585d1c525cc5e090c630427b1bd3bd11b1cbe.tar.gz
Add awk and wc to the list of copied binaries for the installworld
target. These are needed by liloldr. Found by: make release
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