summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-25 22:34:49 +0000
committerngie <ngie@FreeBSD.org>2015-10-25 22:34:49 +0000
commit73c3857204574fe0a1bcecea1a564eaf4ef172c8 (patch)
tree80d1393341867b316ab1a3e49a943e5131ba9537 /cddl
parentae16fe94826345a46eede089bdefb38917547ef8 (diff)
downloadFreeBSD-src-73c3857204574fe0a1bcecea1a564eaf4ef172c8.zip
FreeBSD-src-73c3857204574fe0a1bcecea1a564eaf4ef172c8.tar.gz
MFC r283144:
Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index fef1383..9a6b7c8 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -32,4 +32,9 @@ _drti= drti
_libdtrace= libdtrace
.endif
+SUBDIR_DEPEND_libdtrace= libctf
+SUBDIR_DEPEND_libzfs= libavl libnvpair libumem libuutil libzfs_core
+
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud