Author: ngie
Date: Wed May 20 11:16:17 2015
New Revision: 283145
URL: https://svnweb.freebsd.org/changeset/base/283145

Log:
  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

Modified:
  head/cddl/lib/Makefile

Modified: head/cddl/lib/Makefile
==============================================================================
--- head/cddl/lib/Makefile      Wed May 20 11:03:53 2015        (r283144)
+++ head/cddl/lib/Makefile      Wed May 20 11:16:17 2015        (r283145)
@@ -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=
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to