summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cddl/usr.sbin/dtrace/Makefile.depend2
-rw-r--r--cddl/usr.sbin/lockstat/Makefile.depend2
-rw-r--r--cddl/usr.sbin/plockstat/Makefile.depend2
-rw-r--r--lib/clang/libclangformat/Makefile.depend1
-rw-r--r--lib/clang/libclangtoolingcore/Makefile.depend1
-rw-r--r--lib/libc/tests/stdlib/Makefile.depend3
-rw-r--r--lib/libproc/Makefile.depend1
-rw-r--r--lib/libproc/tests/Makefile.depend2
-rw-r--r--lib/librtld_db/Makefile.depend1
-rw-r--r--secure/usr.bin/ssh/Makefile.depend2
-rw-r--r--usr.bin/nfsstat/Makefile.depend3
-rw-r--r--usr.bin/tar/tests/Makefile.depend6
-rw-r--r--usr.sbin/bhyve/Makefile.depend2
-rw-r--r--usr.sbin/pw/tests/Makefile.depend7
14 files changed, 32 insertions, 3 deletions
diff --git a/cddl/usr.sbin/dtrace/Makefile.depend b/cddl/usr.sbin/dtrace/Makefile.depend
index 819706986006d..db4aafd0a2828 100644
--- a/cddl/usr.sbin/dtrace/Makefile.depend
+++ b/cddl/usr.sbin/dtrace/Makefile.depend
@@ -13,7 +13,9 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
+ lib/libkvm \
lib/libproc \
+ lib/libprocstat \
lib/librtld_db \
lib/libthr \
lib/libutil \
diff --git a/cddl/usr.sbin/lockstat/Makefile.depend b/cddl/usr.sbin/lockstat/Makefile.depend
index 70f0672dba3c0..18ce380c13803 100644
--- a/cddl/usr.sbin/lockstat/Makefile.depend
+++ b/cddl/usr.sbin/lockstat/Makefile.depend
@@ -13,7 +13,9 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
+ lib/libkvm \
lib/libproc \
+ lib/libprocstat \
lib/librt \
lib/librtld_db \
lib/libthr \
diff --git a/cddl/usr.sbin/plockstat/Makefile.depend b/cddl/usr.sbin/plockstat/Makefile.depend
index 819706986006d..db4aafd0a2828 100644
--- a/cddl/usr.sbin/plockstat/Makefile.depend
+++ b/cddl/usr.sbin/plockstat/Makefile.depend
@@ -13,7 +13,9 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
+ lib/libkvm \
lib/libproc \
+ lib/libprocstat \
lib/librtld_db \
lib/libthr \
lib/libutil \
diff --git a/lib/clang/libclangformat/Makefile.depend b/lib/clang/libclangformat/Makefile.depend
index 3e7f3f5e71659..264ede1c30ce2 100644
--- a/lib/clang/libclangformat/Makefile.depend
+++ b/lib/clang/libclangformat/Makefile.depend
@@ -6,6 +6,7 @@ DIRDEPS = \
include/xlocale \
lib/libc++ \
lib/msun \
+ usr.bin/clang/clang-tblgen.host \
.include <dirdeps.mk>
diff --git a/lib/clang/libclangtoolingcore/Makefile.depend b/lib/clang/libclangtoolingcore/Makefile.depend
index 3e7f3f5e71659..264ede1c30ce2 100644
--- a/lib/clang/libclangtoolingcore/Makefile.depend
+++ b/lib/clang/libclangtoolingcore/Makefile.depend
@@ -6,6 +6,7 @@ DIRDEPS = \
include/xlocale \
lib/libc++ \
lib/msun \
+ usr.bin/clang/clang-tblgen.host \
.include <dirdeps.mk>
diff --git a/lib/libc/tests/stdlib/Makefile.depend b/lib/libc/tests/stdlib/Makefile.depend
index 1ee1d19d8e773..1ace922e7b2a1 100644
--- a/lib/libc/tests/stdlib/Makefile.depend
+++ b/lib/libc/tests/stdlib/Makefile.depend
@@ -11,9 +11,10 @@ DIRDEPS = \
lib/atf/libatf-c++ \
lib/libc \
lib/libc++ \
- lib/libthr \
lib/libcompiler_rt \
+ lib/libcxxrt \
lib/libnetbsd \
+ lib/libthr \
lib/libutil \
lib/msun \
diff --git a/lib/libproc/Makefile.depend b/lib/libproc/Makefile.depend
index 33b871f6a055e..89b67c997f304 100644
--- a/lib/libproc/Makefile.depend
+++ b/lib/libproc/Makefile.depend
@@ -12,6 +12,7 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
+ lib/libprocstat \
lib/librtld_db \
lib/libutil \
diff --git a/lib/libproc/tests/Makefile.depend b/lib/libproc/tests/Makefile.depend
index c61b2341db160..b2fb87a7499a9 100644
--- a/lib/libproc/tests/Makefile.depend
+++ b/lib/libproc/tests/Makefile.depend
@@ -13,7 +13,9 @@ DIRDEPS = \
lib/libcompiler_rt \
lib/libcxxrt \
lib/libelf \
+ lib/libkvm \
lib/libproc \
+ lib/libprocstat \
lib/librtld_db \
lib/libutil \
lib/libz \
diff --git a/lib/librtld_db/Makefile.depend b/lib/librtld_db/Makefile.depend
index 90c66d42d7ae5..2170d7ed9ea70 100644
--- a/lib/librtld_db/Makefile.depend
+++ b/lib/librtld_db/Makefile.depend
@@ -10,6 +10,7 @@ DIRDEPS = \
lib/libc \
lib/libcompiler_rt \
lib/libelf \
+ lib/libprocstat \
lib/libutil \
diff --git a/secure/usr.bin/ssh/Makefile.depend b/secure/usr.bin/ssh/Makefile.depend
index b8099fd405f28..aa586707742aa 100644
--- a/secure/usr.bin/ssh/Makefile.depend
+++ b/secure/usr.bin/ssh/Makefile.depend
@@ -9,8 +9,6 @@ DIRDEPS = \
include/gssapi \
include/rpc \
include/xlocale \
- kerberos5/lib/libasn1 \
- kerberos5/lib/libkrb5 \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
diff --git a/usr.bin/nfsstat/Makefile.depend b/usr.bin/nfsstat/Makefile.depend
index 3646e2e2b1afa..270f59a1f4bb9 100644
--- a/usr.bin/nfsstat/Makefile.depend
+++ b/usr.bin/nfsstat/Makefile.depend
@@ -9,6 +9,9 @@ DIRDEPS = \
lib/${CSU_DIR} \
lib/libc \
lib/libcompiler_rt \
+ lib/libdevstat \
+ lib/libelf \
+ lib/libkvm \
.include <dirdeps.mk>
diff --git a/usr.bin/tar/tests/Makefile.depend b/usr.bin/tar/tests/Makefile.depend
index 860d9752d8ef7..4e7906b9d3490 100644
--- a/usr.bin/tar/tests/Makefile.depend
+++ b/usr.bin/tar/tests/Makefile.depend
@@ -8,8 +8,14 @@ DIRDEPS = \
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>
diff --git a/usr.sbin/bhyve/Makefile.depend b/usr.sbin/bhyve/Makefile.depend
index e12ecb91891e8..3cc9293cf7711 100644
--- a/usr.sbin/bhyve/Makefile.depend
+++ b/usr.sbin/bhyve/Makefile.depend
@@ -5,6 +5,7 @@ DIRDEPS = \
gnu/lib/csu \
gnu/lib/libgcc \
include \
+ include/arpa \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
@@ -13,6 +14,7 @@ DIRDEPS = \
lib/libthr \
lib/libutil \
lib/libvmmapi \
+ lib/libz \
.include <dirdeps.mk>
diff --git a/usr.sbin/pw/tests/Makefile.depend b/usr.sbin/pw/tests/Makefile.depend
index f80275d86ab17..aa053cfb4c507 100644
--- a/usr.sbin/pw/tests/Makefile.depend
+++ b/usr.sbin/pw/tests/Makefile.depend
@@ -2,6 +2,13 @@
# Autogenerated - do NOT edit!
DIRDEPS = \
+ gnu/lib/csu \
+ gnu/lib/libgcc \
+ include \
+ lib/${CSU_DIR} \
+ lib/libc \
+ lib/libcompiler_rt \
+ lib/libcrypt \
.include <dirdeps.mk>