svn commit: r285081 - in head: lib/libvmmapi sys/modules/filemon targets/pseudo/userland usr.sbin/bhyve

Simon J. Gerraty sjg at FreeBSD.org
Fri Jul 3 06:11:56 UTC 2015


Author: sjg
Date: Fri Jul  3 06:11:54 2015
New Revision: 285081
URL: https://svnweb.freebsd.org/changeset/base/285081

Log:
  Updated depends

Added:
  head/sys/modules/filemon/Makefile.depend   (contents, props changed)
  head/usr.sbin/bhyve/Makefile.depend   (contents, props changed)
Modified:
  head/lib/libvmmapi/Makefile.depend
  head/targets/pseudo/userland/Makefile.depend

Modified: head/lib/libvmmapi/Makefile.depend
==============================================================================
--- head/lib/libvmmapi/Makefile.depend	Fri Jul  3 06:10:09 2015	(r285080)
+++ head/lib/libvmmapi/Makefile.depend	Fri Jul  3 06:11:54 2015	(r285081)
@@ -1,8 +1,6 @@
 # $FreeBSD$
 # Autogenerated - do NOT edit!
 
-DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-
 DIRDEPS = \
 	gnu/lib/csu \
 	gnu/lib/libgcc \

Added: head/sys/modules/filemon/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/filemon/Makefile.depend	Fri Jul  3 06:11:54 2015	(r285081)
@@ -0,0 +1,13 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+filemon.o: opt_compat.h
+filemon.po: opt_compat.h
+.endif

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Fri Jul  3 06:10:09 2015	(r285080)
+++ head/targets/pseudo/userland/Makefile.depend	Fri Jul  3 06:11:54 2015	(r285081)
@@ -431,6 +431,7 @@ DIRDEPS+= \
 	usr.sbin/auditd \
 	usr.sbin/auditreduce \
 	usr.sbin/authpf \
+	usr.sbin/bhyve \
 	usr.sbin/bluetooth/ath3kfw \
 	usr.sbin/bluetooth/bcmfw \
 	usr.sbin/bluetooth/bt3cfw \

Added: head/usr.sbin/bhyve/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.sbin/bhyve/Makefile.depend	Fri Jul  3 06:11:54 2015	(r285081)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+# Autogenerated - do NOT edit!
+
+DIRDEPS = \
+	gnu/lib/csu \
+	gnu/lib/libgcc \
+	include \
+	include/xlocale \
+	lib/${CSU_DIR} \
+	lib/libc \
+	lib/libcompiler_rt \
+	lib/libmd \
+	lib/libthr \
+	lib/libutil \
+	lib/libvmmapi \
+
+
+.include <dirdeps.mk>
+
+.if ${DEP_RELDIR} == ${_DEP_RELDIR}
+# local dependencies - needed for -jN in clean tree
+.endif


More information about the svn-src-head mailing list