Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 06:11:55 +0000 (UTC)
From:      "Simon J. Gerraty" <sjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r285081 - in head: lib/libvmmapi sys/modules/filemon targets/pseudo/userland usr.sbin/bhyve
Message-ID:  <201507030611.t636BtsD090649@repo.freebsd.org>

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



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