From 2dfe4da949340502e028fbac90bf09eba18cda97 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Fri, 4 Dec 2015 18:14:31 +0000 Subject: MFC r289393: Add more SUBDIR_PARALLEL. --- cddl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cddl') diff --git a/cddl/Makefile b/cddl/Makefile index 2a9b6f8..c134b63 100644 --- a/cddl/Makefile +++ b/cddl/Makefile @@ -2,10 +2,13 @@ .include -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 -- cgit v1.1