summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-08 07:40:41 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-08 07:40:41 +0000
commite69e77782d99615bfe0f78505e6ebbacee2f99c8 (patch)
treeb79aa3fa0354358e9d7ac88110186912aa49a186
parentd39e457bbafca36b73b67c60f939e59021083200 (diff)
Notes
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0dd3f769c21d..98df17472c14 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -557,7 +557,8 @@ _strfile= games/fortune/strfile
.endif
bootstrap-tools:
-.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef usr.bin/xinstall \
+.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
+ usr.bin/xargs usr.bin/xinstall \
usr.sbin/config usr.sbin/kbdcontrol \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
cd ${.CURDIR}/${_tool}; \