From 3c44b46e490b06337a6fe403849b235f96a52355 Mon Sep 17 00:00:00 2001 From: dim Date: Thu, 27 Mar 2014 20:15:33 +0000 Subject: Enable parallel building for gnu/usr.bin and usr.bin/clang too. MFC after: 2 weeks X-MFC-With: r263778 --- usr.bin/clang/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/clang/Makefile b/usr.bin/clang/Makefile index f0ab065..f3e2957 100644 --- a/usr.bin/clang/Makefile +++ b/usr.bin/clang/Makefile @@ -29,4 +29,6 @@ SUBDIR+=lldb .endif .endif # TOOLS_PREFIX +SUBDIR_PARALLEL= + .include -- cgit v1.1