diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-07-10 23:52:04 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2017-07-10 23:52:04 +0000 |
commit | 7c2f06da87f1953a95bea7b9d6b368eb1fc7c734 (patch) | |
tree | da37b8fd27a178db13f807e2a2154afc856cca0c | |
parent | 91efb3c969c523f5fb90a143a92b7bd0d1cf1601 (diff) | |
download | src-7c2f06da87f1953a95bea7b9d6b368eb1fc7c734.tar.gz src-7c2f06da87f1953a95bea7b9d6b368eb1fc7c734.zip |
DIRDEPS_BUILD: Update dependencies.
Sponsored by: Dell EMC Isilon
Notes
Notes:
svn path=/head/; revision=320882
-rw-r--r-- | usr.sbin/bhyve/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/rpc.statd/Makefile.depend | 1 | ||||
-rw-r--r-- | usr.sbin/sesutil/Makefile.depend | 4 |
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> |