summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-07-19 18:18:21 +0000
committermarcel <marcel@FreeBSD.org>2000-07-19 18:18:21 +0000
commit192923ebc9b4154297da47c5dd19c5f8b14d462a (patch)
tree8d2497163c7d43413a0211839dda0e004e215534 /Makefile.inc1
parent32c8825fe14648c9f2780127de4bc90f0404a0e9 (diff)
downloadFreeBSD-src-192923ebc9b4154297da47c5dd19c5f8b14d462a.zip
FreeBSD-src-192923ebc9b4154297da47c5dd19c5f8b14d462a.tar.gz
Don't save install-info. We already have that built. We'll use
the one we built anyway.
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