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 b460590..4eb1745 100644
--- a/gnu/Makefile
+++ b/gnu/Makefile
@@ -3,10 +3,13 @@
.include <bsd.own.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