summaryrefslogtreecommitdiffstats
path: root/cddl/usr.bin
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-31 23:00:35 +0000
committerngie <ngie@FreeBSD.org>2015-05-31 23:00:35 +0000
commitc6889f35c8f31187fdf6bc013dfe21615e088eaa (patch)
treeaccef94e4bc2d9c26663a92872cbfdf1a38d8f9b /cddl/usr.bin
parent8272d42d32e60c174d7f98100455a165072a5227 (diff)
downloadFreeBSD-src-c6889f35c8f31187fdf6bc013dfe21615e088eaa.zip
FreeBSD-src-c6889f35c8f31187fdf6bc013dfe21615e088eaa.tar.gz
MFC r283147:
Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are freestanding (they require libraries build via make libraries in buildworld) Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl/usr.bin')
-rw-r--r--cddl/usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/usr.bin/Makefile b/cddl/usr.bin/Makefile
index 3547ff7..8fe58f2 100644
--- a/cddl/usr.bin/Makefile
+++ b/cddl/usr.bin/Makefile
@@ -26,4 +26,6 @@ _zstreamdump = zstreamdump
.endif
.endif
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud