From 153205e33f5afb4965e71c9a5bab7edd7ec215af Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 15 Oct 2015 22:55:08 +0000 Subject: Add more SUBDIR_PARALLEL. MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division --- cddl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cddl') diff --git a/cddl/Makefile b/cddl/Makefile index 44b778d..26b502a 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