From 6e9a3c415ea377e380f81ac484e650335fde212d Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 3 Jun 2016 19:25:30 +0000 Subject: [PATCH] DIRDEPS_BUILD: Connect new directories and update dependencies. Sponsored by: EMC / Isilon Storage Division --- .../groff/src/libs/libdriver/Makefile.depend | 1 + .../groff/src/libs/libgroff/Makefile.depend | 1 + kerberos5/tools/asn1_compile/Makefile.depend | 1 - lib/libblacklist/Makefile.depend | 19 ++++++++++++++ lib/libdevdctl/Makefile.depend | 21 ++++++++++++++++ libexec/blacklistd-helper/Makefile.depend | 11 ++++++++ targets/pseudo/tests/Makefile.depend | 1 + targets/pseudo/userland/Makefile.depend | 10 ++++++++ targets/pseudo/userland/lib/Makefile.depend | 5 ++++ .../pseudo/userland/libexec/Makefile.depend | 6 +++++ usr.bin/bsdcat/Makefile.depend | 25 +++++++++++++++++++ usr.bin/resizewin/Makefile.depend | 18 +++++++++++++ usr.bin/sdiff/Makefile.depend | 18 +++++++++++++ usr.sbin/blacklistctl/Makefile.depend | 22 ++++++++++++++++ usr.sbin/blacklistd/Makefile.depend | 22 ++++++++++++++++ usr.sbin/zonectl/Makefile.depend | 21 ++++++++++++++++ 16 files changed, 201 insertions(+), 1 deletion(-) create mode 100644 lib/libblacklist/Makefile.depend create mode 100644 lib/libdevdctl/Makefile.depend create mode 100644 libexec/blacklistd-helper/Makefile.depend create mode 100644 usr.bin/bsdcat/Makefile.depend create mode 100644 usr.bin/resizewin/Makefile.depend create mode 100644 usr.bin/sdiff/Makefile.depend create mode 100644 usr.sbin/blacklistctl/Makefile.depend create mode 100644 usr.sbin/blacklistd/Makefile.depend create mode 100644 usr.sbin/zonectl/Makefile.depend diff --git a/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend b/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend index c210061155d..3e7f3f5e716 100644 --- a/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend +++ b/gnu/usr.bin/groff/src/libs/libdriver/Makefile.depend @@ -4,6 +4,7 @@ DIRDEPS = \ include \ include/xlocale \ + lib/libc++ \ lib/msun \ diff --git a/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend index c210061155d..3e7f3f5e716 100644 --- a/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend +++ b/gnu/usr.bin/groff/src/libs/libgroff/Makefile.depend @@ -4,6 +4,7 @@ DIRDEPS = \ include \ include/xlocale \ + lib/libc++ \ lib/msun \ diff --git a/kerberos5/tools/asn1_compile/Makefile.depend b/kerberos5/tools/asn1_compile/Makefile.depend index 947a8edfebc..a3edb7fca95 100644 --- a/kerberos5/tools/asn1_compile/Makefile.depend +++ b/kerberos5/tools/asn1_compile/Makefile.depend @@ -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 \ diff --git a/lib/libblacklist/Makefile.depend b/lib/libblacklist/Makefile.depend new file mode 100644 index 00000000000..7b92dbd89f4 --- /dev/null +++ b/lib/libblacklist/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/lib/libdevdctl/Makefile.depend b/lib/libdevdctl/Makefile.depend new file mode 100644 index 00000000000..b6027086c86 --- /dev/null +++ b/lib/libdevdctl/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/libexec/blacklistd-helper/Makefile.depend b/libexec/blacklistd-helper/Makefile.depend new file mode 100644 index 00000000000..f80275d86ab --- /dev/null +++ b/libexec/blacklistd-helper/Makefile.depend @@ -0,0 +1,11 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/targets/pseudo/tests/Makefile.depend b/targets/pseudo/tests/Makefile.depend index 0417dda998f..436bf658f4b 100644 --- a/targets/pseudo/tests/Makefile.depend +++ b/targets/pseudo/tests/Makefile.depend @@ -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 \ diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index c6e278e44d7..2b1d3d34a6b 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -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 diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index dac80744e22..81284c71f9d 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -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 diff --git a/targets/pseudo/userland/libexec/Makefile.depend b/targets/pseudo/userland/libexec/Makefile.depend index 6bdd31e6422..388df8d6926 100644 --- a/targets/pseudo/userland/libexec/Makefile.depend +++ b/targets/pseudo/userland/libexec/Makefile.depend @@ -2,6 +2,8 @@ # This file is not autogenerated - take care! +.include + 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 diff --git a/usr.bin/bsdcat/Makefile.depend b/usr.bin/bsdcat/Makefile.depend new file mode 100644 index 00000000000..4e7906b9d34 --- /dev/null +++ b/usr.bin/bsdcat/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/resizewin/Makefile.depend b/usr.bin/resizewin/Makefile.depend new file mode 100644 index 00000000000..3646e2e2b1a --- /dev/null +++ b/usr.bin/resizewin/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.bin/sdiff/Makefile.depend b/usr.bin/sdiff/Makefile.depend new file mode 100644 index 00000000000..3646e2e2b1a --- /dev/null +++ b/usr.bin/sdiff/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/blacklistctl/Makefile.depend b/usr.sbin/blacklistctl/Makefile.depend new file mode 100644 index 00000000000..5ac9545f6f1 --- /dev/null +++ b/usr.sbin/blacklistctl/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/blacklistd/Makefile.depend b/usr.sbin/blacklistd/Makefile.depend new file mode 100644 index 00000000000..5ac9545f6f1 --- /dev/null +++ b/usr.sbin/blacklistd/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif diff --git a/usr.sbin/zonectl/Makefile.depend b/usr.sbin/zonectl/Makefile.depend new file mode 100644 index 00000000000..48a48dd2446 --- /dev/null +++ b/usr.sbin/zonectl/Makefile.depend @@ -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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif