summaryrefslogtreecommitdiffstats
path: root/cddl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cddl/Makefile')
-rw-r--r--cddl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cddl/Makefile b/cddl/Makefile
index 44b778d..26b502a 100644
--- a/cddl/Makefile
+++ b/cddl/Makefile
@@ -2,10 +2,13 @@
.include <src.opts.mk>
-SUBDIR= lib sbin usr.bin usr.sbin
+SUBDIR= lib .WAIT \
+ sbin usr.bin usr.sbin
.if ${MK_TESTS} != "no"
SUBDIR+=tests
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud