summaryrefslogtreecommitdiffstats
path: root/cddl
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-20 11:03:53 +0000
committerngie <ngie@FreeBSD.org>2015-05-20 11:03:53 +0000
commit28e44d51caaffd1bfd2bddcf7d473cda44a73b63 (patch)
tree95587d6fbab070d2ebda49f00fb9e78e0504faa1 /cddl
parent3c9b794dfe17dd806415d54460e09bb0b62fe66d (diff)
downloadFreeBSD-src-28e44d51caaffd1bfd2bddcf7d473cda44a73b63.zip
FreeBSD-src-28e44d51caaffd1bfd2bddcf7d473cda44a73b63.tar.gz
Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs
Parallelize the build in this subdirectory MFC after: 1 week 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 955103e..fddafa3 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -33,4 +33,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