Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2017 23:52:04 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r320882 - in head/usr.sbin: bhyve rpc.statd sesutil
Message-ID:  <201707102352.v6ANq4U9060568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707102352.v6ANq4U9060568>