aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-03-27 20:15:33 +0000
commit32a632c401b54a70740c5866dbe8e5531e4ee4f7 (patch)
tree7900d1abbcfcb261fd739891660d67b6cfc0bd61 /gnu
parentd1d4f00e9a533169e77535f17c49d795526be69b (diff)
downloadsrc-32a632c401b54a70740c5866dbe8e5531e4ee4f7.tar.gz
src-32a632c401b54a70740c5866dbe8e5531e4ee4f7.zip
Enable parallel building for gnu/usr.bin and usr.bin/clang too.
MFC after: 2 weeks X-MFC-With: r263778
Notes
Notes: svn path=/head/; revision=263833
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile
index 663107c3947e..02d0b2a95375 100644
--- a/gnu/usr.bin/Makefile
+++ b/gnu/usr.bin/Makefile
@@ -46,4 +46,6 @@ _cc= cc
_gdb= gdb
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>