summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index e892fa3..07130e3 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -305,9 +305,8 @@ everything:
#
installworld:
mkdir -p ${INSTALLTMP}
- for prog in [ cat chflags chown date echo egrep find grep install \
- install-info ln make makewhatis mv perl rm sed sh sysctl test \
- true uname zic; do \
+ for prog in [ cat chflags chown date echo egrep find grep install ln \
+ make makewhatis mv perl rm sed sh sysctl test true uname zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
cd ${.CURDIR}; ${IMAKE} reinstall
OpenPOWER on IntegriCloud