From 3f628ce11296b69e57205a7a6302d7f7d6758636 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 28 May 2001 16:54:02 +0000 Subject: [PATCH] Bootstrap install(1). --- Makefile.inc1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index dc2dfbb870a1..b168e03c5bba 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; \