Enable parallel building for gnu/usr.bin and usr.bin/clang too.

MFC after:	2 weeks
X-MFC-With:	r263778
This commit is contained in:
Dimitry Andric 2014-03-27 20:15:33 +00:00
parent d1d4f00e9a
commit 32a632c401
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=263833
2 changed files with 4 additions and 0 deletions

View file

@ -46,4 +46,6 @@ _cc= cc
_gdb= gdb
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>

View file

@ -29,4 +29,6 @@ SUBDIR+=lldb
.endif
.endif # TOOLS_PREFIX
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>