Author: bdrewery
Date: Fri Jun  3 19:25:30 2016
New Revision: 301283
URL: https://svnweb.freebsd.org/changeset/base/301283

Log:
  DIRDEPS_BUILD: Connect new directories and update dependencies.
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/lib/libblacklist/Makefile.depend   (contents, props changed)
  head/lib/libdevdctl/Makefile.depend   (contents, props changed)
  head/libexec/blacklistd-helper/Makefile.depend   (contents, props changed)
  head/usr.bin/bsdcat/Makefile.depend   (contents, props changed)
  head/usr.bin/resizewin/Makefile.depend   (contents, props changed)
  head/usr.bin/sdiff/Makefile.depend   (contents, props changed)
  head/usr.sbin/blacklistctl/Makefile.depend   (contents, props changed)
  head/usr.sbin/blacklistd/Makefile.depend   (contents, props changed)
  head/usr.sbin/zonectl/Makefile.depend   (contents, props changed)
Modified:
  head/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend
  head/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend
  head/kerberos5/tools/asn1_compile/Makefile.depend
  head/targets/pseudo/tests/Makefile.depend
  head/targets/pseudo/userland/Makefile.depend
  head/targets/pseudo/userland/lib/Makefile.depend
  head/targets/pseudo/userland/libexec/Makefile.depend

Modified: head/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend
==============================================================================
--- head/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend   Fri Jun  3 
18:54:16 2016        (r301282)
+++ head/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend   Fri Jun  3 
19:25:30 2016        (r301283)
@@ -4,6 +4,7 @@
 DIRDEPS = \
        include \
        include/xlocale \
+       lib/libc++ \
        lib/msun \
 
 

Modified: head/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend
==============================================================================
--- head/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend    Fri Jun  3 
18:54:16 2016        (r301282)
+++ head/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend    Fri Jun  3 
19:25:30 2016        (r301283)
@@ -4,6 +4,7 @@
 DIRDEPS = \
        include \
        include/xlocale \
+       lib/libc++ \
        lib/msun \
 
 

Modified: head/kerberos5/tools/asn1_compile/Makefile.depend
==============================================================================
--- head/kerberos5/tools/asn1_compile/Makefile.depend   Fri Jun  3 18:54:16 
2016        (r301282)
+++ head/kerberos5/tools/asn1_compile/Makefile.depend   Fri Jun  3 19:25:30 
2016        (r301283)
@@ -9,7 +9,6 @@ DIRDEPS = \
        include/xlocale \
        kerberos5/lib/libroken \
        kerberos5/lib/libvers \
-       kerberos5/tools/make-roken.host \
        lib/${CSU_DIR} \
        lib/libc \
        lib/libcompiler_rt \

Added: head/lib/libblacklist/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/lib/libblacklist/Makefile.depend       Fri Jun  3 19:25:30 2016        
(r301283)
@@ -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/libthr \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/lib/libdevdctl/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/lib/libdevdctl/Makefile.depend Fri Jun  3 19:25:30 2016        
(r301283)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libc \
+       lib/libc++ \
+       lib/libcompiler_rt \
+       lib/libcxxrt \
+       lib/msun \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/libexec/blacklistd-helper/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/libexec/blacklistd-helper/Makefile.depend      Fri Jun  3 19:25:30 
2016        (r301283)
@@ -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

Modified: head/targets/pseudo/tests/Makefile.depend
==============================================================================
--- head/targets/pseudo/tests/Makefile.depend   Fri Jun  3 18:54:16 2016        
(r301282)
+++ head/targets/pseudo/tests/Makefile.depend   Fri Jun  3 19:25:30 2016        
(r301283)
@@ -283,6 +283,7 @@ DIRDEPS= \
        usr.bin/bmake/tests/variables/modifier_t \
        usr.bin/bmake/tests/variables/opt_V \
        usr.bin/bmake/tests/variables/t0 \
+       usr.bin/bsdcat/tests \
        usr.bin/calendar/tests \
        usr.bin/cmp/tests \
        usr.bin/col/tests \

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend        Fri Jun  3 18:54:16 
2016        (r301282)
+++ head/targets/pseudo/userland/Makefile.depend        Fri Jun  3 19:25:30 
2016        (r301283)
@@ -179,6 +179,7 @@ DIRDEPS+= \
        usr.bin/brandelf \
        usr.bin/bsdiff/bsdiff \
        usr.bin/bsdiff/bspatch \
+       usr.bin/bsdcat \
        usr.bin/bzip2 \
        usr.bin/bzip2recover \
        usr.bin/c89 \
@@ -329,6 +330,7 @@ DIRDEPS+= \
        usr.bin/quota \
        usr.bin/rctl \
        usr.bin/renice \
+       usr.bin/resizewin \
        usr.bin/rev \
        usr.bin/revoke \
        usr.bin/rlogin \
@@ -342,6 +344,7 @@ DIRDEPS+= \
        usr.bin/rwall \
        usr.bin/rwho \
        usr.bin/script \
+       usr.bin/sdiff \
        usr.bin/sed \
        usr.bin/send-pr \
        usr.bin/seq \
@@ -788,6 +791,7 @@ DIRDEPS+= \
        usr.sbin/ypset \
        usr.sbin/zic/zdump \
        usr.sbin/zic/zic \
+       usr.sbin/zonectl \
        ${DEP_RELDIR}/cddl \
        ${DEP_RELDIR}/games \
        ${DEP_RELDIR}/gnu \
@@ -890,6 +894,12 @@ DIRDEPS.powerpc= \
        usr.sbin/nvram \
        usr.sbin/ofwdump
 
+.if ${MK_BLACKLIST_SUPPORT} != "no"
+DIRDEPS+= \
+       usr.sbin/blacklistctl \
+       usr.sbin/blacklistd
+.endif
+
 .if ${MK_GPL_DTC} != "yes"
 DIRDEPS+= usr.bin/dtc
 .endif

Modified: head/targets/pseudo/userland/lib/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/lib/Makefile.depend    Fri Jun  3 18:54:16 
2016        (r301282)
+++ head/targets/pseudo/userland/lib/Makefile.depend    Fri Jun  3 19:25:30 
2016        (r301283)
@@ -40,6 +40,7 @@ DIRDEPS = \
        lib/libcuse \
        lib/libcxxrt \
        lib/libdevctl \
+       lib/libdevdctl \
        lib/libdevinfo \
        lib/libdevstat \
        lib/libdwarf \
@@ -215,4 +216,8 @@ DIRDEPS+= \
        contrib/ofed/usr.lib/libsdp
 .endif
 
+.if ${MK_BLACKLIST_SUPPORT} != "no"
+DIRDEPS+=      lib/libblacklist
+.endif
+
 .include <dirdeps.mk>

Modified: head/targets/pseudo/userland/libexec/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/libexec/Makefile.depend        Fri Jun  3 
18:54:16 2016        (r301282)
+++ head/targets/pseudo/userland/libexec/Makefile.depend        Fri Jun  3 
19:25:30 2016        (r301283)
@@ -2,6 +2,8 @@
 
 # This file is not autogenerated - take care!
 
+.include <src.opts.mk>
+
 DIRDEPS = \
        libexec/atf/atf-check \
        libexec/atf/atf-sh \
@@ -39,4 +41,8 @@ DIRDEPS = \
        libexec/ypxfr \
 
 
+.if ${MK_BLACKLIST_SUPPORT} != "no"
+DIRDEPS+=      libexec/blacklistd-helper
+.endif
+
 .include <dirdeps.mk>

Added: head/usr.bin/bsdcat/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/bsdcat/Makefile.depend Fri Jun  3 19:25:30 2016        
(r301283)
@@ -0,0 +1,25 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libarchive \
+       lib/libbz2 \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libexpat \
+       lib/liblzma \
+       lib/libthr \
+       lib/libz \
+       secure/lib/libcrypto \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/usr.bin/resizewin/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/resizewin/Makefile.depend      Fri Jun  3 19:25:30 2016        
(r301283)
@@ -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/usr.bin/sdiff/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/sdiff/Makefile.depend  Fri Jun  3 19:25:30 2016        
(r301283)
@@ -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/usr.sbin/blacklistctl/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/blacklistctl/Makefile.depend  Fri Jun  3 19:25:30 2016        
(r301283)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/arpa \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libblacklist \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libthr \
+       lib/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

Added: head/usr.sbin/blacklistd/Makefile.depend
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.sbin/blacklistd/Makefile.depend    Fri Jun  3 19:25:30 2016        
(r301283)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+       gnu/lib/csu \
+       gnu/lib/libgcc \
+       include \
+       include/arpa \
+       include/xlocale \
+       lib/${CSU_DIR} \
+       lib/libblacklist \
+       lib/libc \
+       lib/libcompiler_rt \
+       lib/libthr \
+       lib/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif

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

Reply via email to