diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-08 07:40:41 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-08 07:40:41 +0000 |
| commit | e69e77782d99615bfe0f78505e6ebbacee2f99c8 (patch) | |
| tree | b79aa3fa0354358e9d7ac88110186912aa49a186 | |
| parent | d39e457bbafca36b73b67c60f939e59021083200 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 3 |
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}; \ |
