summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-05-20 11:16:17 +0000
committerngie <ngie@FreeBSD.org>2015-05-20 11:16:17 +0000
commitd78c75e1ea74ea43e2fdef97d71fd707ba91cebd (patch)
treeb40a6e12703de1dd16a029ad528b214257587f73
parent28e44d51caaffd1bfd2bddcf7d473cda44a73b63 (diff)
downloadFreeBSD-src-d78c75e1ea74ea43e2fdef97d71fd707ba91cebd.zip
FreeBSD-src-d78c75e1ea74ea43e2fdef97d71fd707ba91cebd.tar.gz
Add dependencies for libzfs_core and libzpool I missed on my first pass on this
Makefile MFC with: r283144 Sponsored by: EMC / Isilon Storage Division
-rw-r--r--cddl/lib/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/cddl/lib/Makefile b/cddl/lib/Makefile
index fddafa3..48a77ab 100644
--- a/cddl/lib/Makefile
+++ b/cddl/lib/Makefile
@@ -34,7 +34,9 @@ _libdtrace= libdtrace
.endif
SUBDIR_DEPEND_libdtrace= libctf
+SUBDIR_DEPEND_libzfs_core= libnvpair
SUBDIR_DEPEND_libzfs= libavl libnvpair libumem libuutil libzfs_core
+SUBDIR_DEPEND_libzpool= libavl libnvpair libumem
SUBDIR_PARALLEL=
OpenPOWER on IntegriCloud