diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-25 22:34:49 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-25 22:34:49 +0000 |
commit | 73c3857204574fe0a1bcecea1a564eaf4ef172c8 (patch) | |
tree | 80d1393341867b316ab1a3e49a943e5131ba9537 /cddl | |
parent | ae16fe94826345a46eede089bdefb38917547ef8 (diff) | |
download | FreeBSD-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/Makefile | 5 |
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> |