aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/Makefile.depend1
-rw-r--r--usr.sbin/rpc.statd/Makefile.depend1
-rw-r--r--usr.sbin/sesutil/Makefile.depend4
3 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/Makefile.depend b/usr.sbin/bhyve/Makefile.depend
index 681b1277639b..6a1e47258af7 100644
--- a/usr.sbin/bhyve/Makefile.depend
+++ b/usr.sbin/bhyve/Makefile.depend
@@ -16,6 +16,7 @@ DIRDEPS = \
lib/libutil \
lib/libvmmapi \
lib/libz \
+ secure/lib/libcrypto \
.include <dirdeps.mk>
diff --git a/usr.sbin/rpc.statd/Makefile.depend b/usr.sbin/rpc.statd/Makefile.depend
index 6401ed61118e..bdd7bc273d10 100644
--- a/usr.sbin/rpc.statd/Makefile.depend
+++ b/usr.sbin/rpc.statd/Makefile.depend
@@ -7,6 +7,7 @@ DIRDEPS = \
include \
include/arpa \
include/rpc \
+ include/rpcsvc \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
diff --git a/usr.sbin/sesutil/Makefile.depend b/usr.sbin/sesutil/Makefile.depend
index 757244ae167f..137678c21e46 100644
--- a/usr.sbin/sesutil/Makefile.depend
+++ b/usr.sbin/sesutil/Makefile.depend
@@ -8,7 +8,9 @@ DIRDEPS = \
include/xlocale \
lib/${CSU_DIR} \
lib/libc \
- lib/libcompiler_rt
+ lib/libcompiler_rt \
+ lib/libutil \
+ lib/libxo \
.include <dirdeps.mk>