From owner-svn-src-head@freebsd.org Mon Mar 21 18:02:28 2016 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 E7F23AD8B62; Mon, 21 Mar 2016 18:02:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 BF90B12A3; Mon, 21 Mar 2016 18:02:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LI2R03068110; Mon, 21 Mar 2016 18:02:27 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2LI2RiD068103; Mon, 21 Mar 2016 18:02:27 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201603211802.u2LI2RiD068103@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Mon, 21 Mar 2016 18:02:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r297154 - in head: sbin/kldstat sys/boot/geli sys/boot/i386/gptboot sys/boot/i386/gptzfsboot sys/boot/i386/libi386 sys/boot/i386/loader sys/boot/i386/zfsloader targets/pseudo/userland/misc 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.21 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: Mon, 21 Mar 2016 18:02:29 -0000 Author: bdrewery Date: Mon Mar 21 18:02:26 2016 New Revision: 297154 URL: https://svnweb.freebsd.org/changeset/base/297154 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Added: head/sys/boot/geli/Makefile.depend (contents, props changed) Modified: head/sbin/kldstat/Makefile.depend head/sys/boot/i386/gptboot/Makefile.depend head/sys/boot/i386/gptzfsboot/Makefile.depend head/sys/boot/i386/libi386/Makefile.depend head/sys/boot/i386/loader/Makefile.depend head/sys/boot/i386/zfsloader/Makefile.depend head/targets/pseudo/userland/misc/Makefile.depend Modified: head/sbin/kldstat/Makefile.depend ============================================================================== --- head/sbin/kldstat/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sbin/kldstat/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -5,6 +5,7 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/xlocale \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ Added: head/sys/boot/geli/Makefile.depend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/boot/geli/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -0,0 +1,16 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + include \ + include/xlocale \ + lib/libmd \ + lib/libstand \ + secure/lib/libcrypto \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif Modified: head/sys/boot/i386/gptboot/Makefile.depend ============================================================================== --- head/sys/boot/i386/gptboot/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sys/boot/i386/gptboot/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -3,6 +3,10 @@ DIRDEPS = \ include \ + include/xlocale \ + lib/libmd \ + lib/libstand \ + sys/boot/geli \ sys/boot/i386/btx/btx \ sys/boot/i386/btx/lib \ sys/boot/libstand32 \ Modified: head/sys/boot/i386/gptzfsboot/Makefile.depend ============================================================================== --- head/sys/boot/i386/gptzfsboot/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sys/boot/i386/gptzfsboot/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -4,6 +4,9 @@ DIRDEPS = \ include \ include/xlocale \ + lib/libmd \ + lib/libstand \ + sys/boot/geli \ sys/boot/i386/btx/btx \ sys/boot/i386/btx/lib \ sys/boot/libstand32 \ Modified: head/sys/boot/i386/libi386/Makefile.depend ============================================================================== --- head/sys/boot/i386/libi386/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sys/boot/i386/libi386/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -4,6 +4,7 @@ DIRDEPS = \ include \ include/xlocale \ + lib/libmd \ .include Modified: head/sys/boot/i386/loader/Makefile.depend ============================================================================== --- head/sys/boot/i386/loader/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sys/boot/i386/loader/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libstand \ sys/boot/ficl32 \ + sys/boot/geli \ sys/boot/i386/btx/btx \ sys/boot/i386/btx/btxldr \ sys/boot/i386/btx/lib \ Modified: head/sys/boot/i386/zfsloader/Makefile.depend ============================================================================== --- head/sys/boot/i386/zfsloader/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/sys/boot/i386/zfsloader/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -6,6 +6,7 @@ DIRDEPS = \ include/xlocale \ lib/libstand \ sys/boot/ficl32 \ + sys/boot/geli \ sys/boot/i386/btx/btx \ sys/boot/i386/btx/btxldr \ sys/boot/i386/btx/lib \ Modified: head/targets/pseudo/userland/misc/Makefile.depend ============================================================================== --- head/targets/pseudo/userland/misc/Makefile.depend Mon Mar 21 17:53:37 2016 (r297153) +++ head/targets/pseudo/userland/misc/Makefile.depend Mon Mar 21 18:02:26 2016 (r297154) @@ -32,6 +32,7 @@ DIRDEPS+= \ DIRDEPS.x86sys= \ sys/boot/efi/libefi \ + sys/boot/geli \ sys/boot/i386/boot0 \ sys/boot/i386/boot0sio \ sys/boot/i386/boot2 \