summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-05-09 20:43:57 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-05-09 20:43:57 +0000
commita850f010859e68602443d35fc73e816262fb7bf4 (patch)
tree6d9d7f2cac38db358895bde52b4b1cf834aec2c8
parent1b6eb1f305114ef933cb98416cc0d1d4fad091ed (diff)
downloadFreeBSD-src-a850f010859e68602443d35fc73e816262fb7bf4.zip
FreeBSD-src-a850f010859e68602443d35fc73e816262fb7bf4.tar.gz
DIRDEPS_BUILD: Connect new directories.
This is a direct commit since MFCing these changes is impractical. Sponsored by: Dell EMC Isilon
-rw-r--r--sbin/zfsbootcfg/Makefile.depend32
-rw-r--r--targets/pseudo/clang/Makefile.depend4
-rw-r--r--targets/pseudo/userland/Makefile.depend5
-rw-r--r--targets/pseudo/userland/misc/Makefile.depend3
-rw-r--r--usr.bin/getaddrinfo/Makefile.depend20
5 files changed, 64 insertions, 0 deletions
diff --git a/sbin/zfsbootcfg/Makefile.depend b/sbin/zfsbootcfg/Makefile.depend
new file mode 100644
index 0000000..b1a2eff
--- /dev/null
+++ b/sbin/zfsbootcfg/Makefile.depend
@@ -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
diff --git a/targets/pseudo/clang/Makefile.depend b/targets/pseudo/clang/Makefile.depend
index f84f92d..c842753 100644
--- a/targets/pseudo/clang/Makefile.depend
+++ b/targets/pseudo/clang/Makefile.depend
@@ -27,19 +27,23 @@ DIRDEPS+= \
usr.bin/clang/llvm-bcanalyzer \
usr.bin/clang/llvm-cov \
usr.bin/clang/llvm-cxxdump \
+ usr.bin/clang/llvm-cxxfilt \
usr.bin/clang/llvm-diff \
usr.bin/clang/llvm-dis \
usr.bin/clang/llvm-dwarfdump \
usr.bin/clang/llvm-extract \
usr.bin/clang/llvm-link \
usr.bin/clang/llvm-lto \
+ usr.bin/clang/llvm-lto2 \
usr.bin/clang/llvm-mc \
+ usr.bin/clang/llvm-modextract \
usr.bin/clang/llvm-nm \
usr.bin/clang/llvm-objdump \
usr.bin/clang/llvm-pdbdump \
usr.bin/clang/llvm-profdata \
usr.bin/clang/llvm-rtdyld \
usr.bin/clang/llvm-symbolizer \
+ usr.bin/clang/llvm-xray \
usr.bin/clang/opt \
.endif
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index d4ef880..63d20ad 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -234,6 +234,7 @@ DIRDEPS+= \
usr.bin/ftp \
usr.bin/gcore \
usr.bin/gencat \
+ usr.bin/getaddrinfo \
usr.bin/getconf \
usr.bin/getent \
usr.bin/getopt \
@@ -833,6 +834,8 @@ DIRDEPS.amd64= \
usr.sbin/camdd \
usr.sbin/cpucontrol \
usr.sbin/hyperv/tools \
+ usr.sbin/hyperv/tools/kvp \
+ usr.sbin/hyperv/tools/vss \
usr.sbin/kgmon \
usr.sbin/lptcontrol \
usr.sbin/mptable \
@@ -859,6 +862,8 @@ DIRDEPS.i386= \
usr.sbin/btxld \
usr.sbin/cpucontrol \
usr.sbin/hyperv/tools \
+ usr.sbin/hyperv/tools/kvp \
+ usr.sbin/hyperv/tools/vss \
usr.sbin/kgmon \
usr.sbin/kgzip \
usr.sbin/lptcontrol \
diff --git a/targets/pseudo/userland/misc/Makefile.depend b/targets/pseudo/userland/misc/Makefile.depend
index 19ede32..4b068f8 100644
--- a/targets/pseudo/userland/misc/Makefile.depend
+++ b/targets/pseudo/userland/misc/Makefile.depend
@@ -58,6 +58,9 @@ DIRDEPS.x86sys+= \
sys/boot/i386/zfsboot \
sys/boot/i386/zfsloader \
+DIRDEPS+= \
+ sbin/zfsbootcfg \
+
.endif
DIRDEPS.amd64= \
diff --git a/usr.bin/getaddrinfo/Makefile.depend b/usr.bin/getaddrinfo/Makefile.depend
new file mode 100644
index 0000000..77151bb
--- /dev/null
+++ b/usr.bin/getaddrinfo/Makefile.depend
@@ -0,0 +1,20 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ include/xlocale \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libnetbsd \
+ lib/libutil \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif
OpenPOWER on IntegriCloud