aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-08-01 14:28:41 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-08-01 14:28:41 +0000
commitf962e9c2dc18e1733e3a74f0d97bfd9301da1ecf (patch)
treeb64028014c2ebaa9dcd2190b41f6714089780c81 /Makefile.inc1
parentc0e4624ab72f91950926806c7976ec8dce0421c3 (diff)
downloadsrc-f962e9c2dc18e1733e3a74f0d97bfd9301da1ecf.tar.gz
src-f962e9c2dc18e1733e3a74f0d97bfd9301da1ecf.zip
MFC rev 1.202: add install to the bootstrap tools
(required by rev 1.20.2.4 of src/sbin/init/Makefile) Reported by: tmm
Notes
Notes: svn path=/stable/4/; revision=80901
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index b2878dd530d2..6aabcdbe50d5 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -327,7 +327,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
@@ -567,7 +567,8 @@ _strfile= games/fortune/strfile
.endif
bootstrap-tools:
-.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.sbin/config \
+.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.bin/xinstall \
+ usr.sbin/config \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \
${MAKE} obj; \