Author: bdrewery
Date: Sun Nov 13 00:11:23 2016
New Revision: 308605
URL: https://svnweb.freebsd.org/changeset/base/308605

Log:
  DIRDEPS_BUILD: Connect new dependencies.
  
  MFC after:    2 weeks
  Sponsored by: Dell EMC Isilon

Added:
  head/lib/libcapsicum/Makefile.depend   (contents, props changed)
  head/lib/libefivar/Makefile.depend   (contents, props changed)
  head/sbin/zfsbootcfg/Makefile.depend   (contents, props changed)
  head/usr.sbin/efivar/Makefile.depend   (contents, props changed)
Modified:
  head/targets/pseudo/userland/misc/Makefile.depend

Added: head/lib/libcapsicum/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/lib/libcapsicum/Makefile.depend        Sun Nov 13 00:11:23 2016        
(r308605)
@@ -0,0 +1,11 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/lib/libefivar/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/lib/libefivar/Makefile.depend  Sun Nov 13 00:11:23 2016        
(r308605)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libc \
+       lib/libcompiler_rt \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/sbin/zfsbootcfg/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sbin/zfsbootcfg/Makefile.depend        Sun Nov 13 00:11:23 2016        
(r308605)
@@ -0,0 +1,32 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       cddl/lib/libavl \
+       cddl/lib/libnvpair \
+       cddl/lib/libumem \
+       cddl/lib/libuutil \
+       cddl/lib/libzfs \
+       cddl/lib/libzfs_core \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libexpat \
+       lib/libgeom \
+       lib/libmd \
+       lib/libsbuf \
+       lib/libthr \
+       lib/libutil \
+       lib/libz \
+       lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Modified: head/targets/pseudo/userland/misc/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/misc/Makefile.depend   Sun Nov 13 00:11:19 
2016        (r308604)
+++ head/targets/pseudo/userland/misc/Makefile.depend   Sun Nov 13 00:11:23 
2016        (r308605)
@@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
        sys/boot/i386/zfsboot \
        sys/boot/i386/zfsloader \
 
+DIRDEPS+= \
+       sbin/zfsbootcfg \
+
 .endif
 
 DIRDEPS.amd64= \
@@ -75,6 +78,12 @@ DIRDEPS.amd64+= \
 
 .endif
 
+.if ${MK_EFI} != "no"
+DIRDEPS+= \
+       usr.sbin/efivar \
+
+.endif
+
 DIRDEPS.arm= ${_sys_boot_fdt} ${_sys_boot_efi}
 DIRDEPS.arm64= ${_sys_boot_fdt} ${_sys_boot_efi}
 DIRDEPS.i386= ${DIRDEPS.x86sys} ${_sys_boot_efi}

Added: head/usr.sbin/efivar/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/efivar/Makefile.depend        Sun Nov 13 00:11:23 2016        
(r308605)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libefivar \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to