summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.inc13
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 42db2fb..137c38c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -386,8 +386,7 @@ installcheck:
#
distributeworld installworld: installcheck
mkdir -p ${INSTALLTMP}
- for prog in [ awk cat cap_mkdb chflags chmod chown \
- date echo egrep find grep \
+ for prog in [ awk cat chflags chmod chown date echo egrep find grep \
ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
OpenPOWER on IntegriCloud