summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-28 16:54:02 +0000
committerru <ru@FreeBSD.org>2001-05-28 16:54:02 +0000
commitd893654545fd16a39ef20487e90e3ebb42c57dcb (patch)
tree746e0f70910d64155ce1c4997c8e87acd149a66b /Makefile.inc1
parent90fde797f7e576bdbb9fa619209020eec2ab2090 (diff)
downloadFreeBSD-src-d893654545fd16a39ef20487e90e3ebb42c57dcb.zip
FreeBSD-src-d893654545fd16a39ef20487e90e3ebb42c57dcb.tar.gz
Bootstrap install(1).
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index dc2dfbb..b168e03 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -322,7 +322,7 @@ everything:
installworld:
mkdir -p ${INSTALLTMP}
for prog in [ awk cat chflags chmod chown date echo egrep find grep \
- install ln make makewhatis mtree mv perl rm sed sh sysctl \
+ ln make makewhatis mtree mv perl rm sed sh sysctl \
test true uname wc zic; do \
cp `which $$prog` ${INSTALLTMP}; \
done
@@ -562,8 +562,8 @@ _strfile= games/fortune/strfile
.endif
bootstrap-tools:
-.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
- usr.sbin/kbdcontrol \
+.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.bin/xinstall \
+ usr.sbin/config usr.sbin/kbdcontrol \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \
OpenPOWER on IntegriCloud