From 32f585d1c525cc5e090c630427b1bd3bd11b1cbe Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 20 Jul 2000 03:03:23 +0000 Subject: Add awk and wc to the list of copied binaries for the installworld target. These are needed by liloldr. Found by: make release --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.inc1') 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 -- cgit v1.1