summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-08 07:40:41 +0000
committerru <ru@FreeBSD.org>2002-04-08 07:40:41 +0000
commite7d7c55da142bc88f5b1603d9a6d1bc4ee323965 (patch)
treeb79aa3fa0354358e9d7ac88110186912aa49a186 /Makefile.inc1
parente1803d493e1306543918145f61a68fbc6ae29d8b (diff)
downloadFreeBSD-src-e7d7c55da142bc88f5b1603d9a6d1bc4ee323965.zip
FreeBSD-src-e7d7c55da142bc88f5b1603d9a6d1bc4ee323965.tar.gz
Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option.
PR: bin/36747
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 0dd3f76..98df174 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}; \
OpenPOWER on IntegriCloud