summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:14:31 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-12-04 18:14:31 +0000
commit2dfe4da949340502e028fbac90bf09eba18cda97 (patch)
treedccd4e6c60fad5b38a8bf7ccd488a87b666e3e10 /cddl
parent327f92037dfdc3fca4c9cc4c83ce14b2abd2deab (diff)
downloadFreeBSD-src-2dfe4da949340502e028fbac90bf09eba18cda97.zip
FreeBSD-src-2dfe4da949340502e028fbac90bf09eba18cda97.tar.gz
MFC r289393:
Add more SUBDIR_PARALLEL.
Diffstat (limited to 'cddl')
-rw-r--r--cddl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/cddl/Makefile b/cddl/Makefile
index 2a9b6f8..c134b63 100644
--- a/cddl/Makefile
+++ b/cddl/Makefile
@@ -2,10 +2,13 @@
.include <bsd.own.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