summaryrefslogtreecommitdiffstats
path: root/gnu/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-15 22:55:08 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-15 22:55:08 +0000
commit153205e33f5afb4965e71c9a5bab7edd7ec215af (patch)
tree8b6b24f8267d31f993df80da9a63b614ae0f2a31 /gnu/Makefile
parent1b224bebd4cbe6d294a9ab56a4578d337ea4f611 (diff)
downloadFreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.zip
FreeBSD-src-153205e33f5afb4965e71c9a5bab7edd7ec215af.tar.gz
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu/Makefile')
-rw-r--r--gnu/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/Makefile b/gnu/Makefile
index 25480c7..bd84bc4 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -3,10 +3,13 @@
.include <src.opts.mk>
-SUBDIR= lib ${_tests} usr.bin
+SUBDIR= lib .WAIT \
+ ${_tests} usr.bin
.if ${MK_TESTS} != "no"
_tests= tests
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud