Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option.

PR:		bin/36747
This commit is contained in:
Ruslan Ermilov 2002-04-08 07:40:41 +00:00
parent d39e457bba
commit e69e77782d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94172

View File

@ -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}; \