diff options
author | dim <dim@FreeBSD.org> | 2014-03-27 20:15:33 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2014-03-27 20:15:33 +0000 |
commit | 3c44b46e490b06337a6fe403849b235f96a52355 (patch) | |
tree | 7900d1abbcfcb261fd739891660d67b6cfc0bd61 /gnu | |
parent | d2c99117cd3ba252f6346cd063def341a61adf72 (diff) | |
download | FreeBSD-src-3c44b46e490b06337a6fe403849b235f96a52355.zip FreeBSD-src-3c44b46e490b06337a6fe403849b235f96a52355.tar.gz |
Enable parallel building for gnu/usr.bin and usr.bin/clang too.
MFC after: 2 weeks
X-MFC-With: r263778
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 663107c..02d0b2a 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> |