From 8326c25e61595ec62e559aec7ce1af70505820d3 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 20 May 2015 11:03:53 +0000 Subject: [PATCH] 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 --- cddl/lib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile index 955103e3e742..fddafa3a07da 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