From e7d7c55da142bc88f5b1603d9a6d1bc4ee323965 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 8 Apr 2002 07:40:41 +0000 Subject: Bootstrap xargs(1) -- sys/conf/kmod.mk uses the new -J option. PR: bin/36747 --- Makefile.inc1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') 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}; \ -- cgit v1.1