summaryrefslogtreecommitdiffstats
path: root/gnu/Makefile
diff options
context:
space:
mode:
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