From owner-svn-src-head@freebsd.org Fri Jul 3 06:11:56 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50414992408; Fri, 3 Jul 2015 06:11:56 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 227512612; Fri, 3 Jul 2015 06:11:56 +0000 (UTC) (envelope-from sjg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t636Bu6B090655; Fri, 3 Jul 2015 06:11:56 GMT (envelope-from sjg@FreeBSD.org) Received: (from sjg@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t636BtsD090649; Fri, 3 Jul 2015 06:11:55 GMT (envelope-from sjg@FreeBSD.org) Message-Id: <201507030611.t636BtsD090649@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sjg set sender to sjg@FreeBSD.org using -f From: "Simon J. Gerraty" Date: Fri, 3 Jul 2015 06:11:55 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 06:11:56 -0000 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 + +.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 + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif