svn commit: r320882 - in head/usr.sbin: bhyve rpc.statd sesutil

Bryan Drewery bdrewery at FreeBSD.org
Mon Jul 10 23:52:05 UTC 2017


Author: bdrewery
Date: Mon Jul 10 23:52:04 2017
New Revision: 320882
URL: https://svnweb.freebsd.org/changeset/base/320882

Log:
  DIRDEPS_BUILD: Update dependencies.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/usr.sbin/bhyve/Makefile.depend
  head/usr.sbin/rpc.statd/Makefile.depend
  head/usr.sbin/sesutil/Makefile.depend

Modified: head/usr.sbin/bhyve/Makefile.depend
==============================================================================
--- head/usr.sbin/bhyve/Makefile.depend	Mon Jul 10 23:51:51 2017	(r320881)
+++ head/usr.sbin/bhyve/Makefile.depend	Mon Jul 10 23:52:04 2017	(r320882)
@@ -16,6 +16,7 @@ DIRDEPS = \
 	lib/libutil \
 	lib/libvmmapi \
 	lib/libz \
+	secure/lib/libcrypto \
 
 
 .include <dirdeps.mk>

Modified: head/usr.sbin/rpc.statd/Makefile.depend
==============================================================================
--- head/usr.sbin/rpc.statd/Makefile.depend	Mon Jul 10 23:51:51 2017	(r320881)
+++ head/usr.sbin/rpc.statd/Makefile.depend	Mon Jul 10 23:52:04 2017	(r320882)
@@ -7,6 +7,7 @@ DIRDEPS = \
 	include \
 	include/arpa \
 	include/rpc \
+	include/rpcsvc \
 	include/xlocale \
 	lib/${CSU_DIR} \
 	lib/libc \

Modified: head/usr.sbin/sesutil/Makefile.depend
==============================================================================
--- head/usr.sbin/sesutil/Makefile.depend	Mon Jul 10 23:51:51 2017	(r320881)
+++ head/usr.sbin/sesutil/Makefile.depend	Mon Jul 10 23:52:04 2017	(r320882)
@@ -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>


More information about the svn-src-head mailing list