svn commit: r283145 - head/cddl/lib

Garrett Cooper ngie at FreeBSD.org
Wed May 20 11:16:17 UTC 2015


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=
 


More information about the svn-src-head mailing list