From owner-svn-src-head@freebsd.org Thu Jan 7 19:58:26 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 DE705A6737D; Thu, 7 Jan 2016 19:58:25 +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 B593A1217; Thu, 7 Jan 2016 19:58:25 +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 u07JwOVC021662; Thu, 7 Jan 2016 19:58:24 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u07JwO2a021653; Thu, 7 Jan 2016 19:58:24 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201601071958.u07JwO2a021653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 7 Jan 2016 19:58:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r293345 - in head: lib/libmd sys/boot/libstand32 sys/boot/userboot/test usr.bin/kdump usr.bin/nfsstat usr.sbin/jls usr.sbin/sesutil 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: Thu, 07 Jan 2016 19:58:26 -0000 Author: bdrewery Date: Thu Jan 7 19:58:23 2016 New Revision: 293345 URL: https://svnweb.freebsd.org/changeset/base/293345 Log: DIRDEPS_BUILD: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/lib/libmd/Makefile.depend head/sys/boot/libstand32/Makefile.depend head/sys/boot/userboot/test/Makefile.depend head/usr.bin/kdump/Makefile.depend head/usr.bin/nfsstat/Makefile.depend head/usr.sbin/jls/Makefile.depend head/usr.sbin/sesutil/Makefile.depend Modified: head/lib/libmd/Makefile.depend ============================================================================== --- head/lib/libmd/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/lib/libmd/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -33,6 +33,9 @@ sha1hl.po: sha1hl.c sha256hl.So: sha256hl.c sha256hl.o: sha256hl.c sha256hl.po: sha256hl.c +sha384hl.So: sha384hl.c +sha384hl.o: sha384hl.c +sha384hl.po: sha384hl.c sha512hl.So: sha512hl.c sha512hl.o: sha512hl.c sha512hl.po: sha512hl.c Modified: head/sys/boot/libstand32/Makefile.depend ============================================================================== --- head/sys/boot/libstand32/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/sys/boot/libstand32/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -6,7 +6,6 @@ DIRDEPS = \ include/arpa \ include/xlocale \ lib/libbz2 \ - lib/libstand \ .include Modified: head/sys/boot/userboot/test/Makefile.depend ============================================================================== --- head/sys/boot/userboot/test/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/sys/boot/userboot/test/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -8,7 +8,6 @@ DIRDEPS = \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ - lib/libc_nonshared \ lib/libcompiler_rt \ Modified: head/usr.bin/kdump/Makefile.depend ============================================================================== --- head/usr.bin/kdump/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/usr.bin/kdump/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -6,7 +6,6 @@ DIRDEPS = \ gnu/lib/libgcc \ include \ include/arpa \ - include/rpc \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ @@ -20,8 +19,6 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree -ioctl.o: ioctl.c -ioctl.po: ioctl.c kdump.o: kdump_subr.h kdump.o: linux32_syscalls.c kdump.o: linux_syscalls.c Modified: head/usr.bin/nfsstat/Makefile.depend ============================================================================== --- head/usr.bin/nfsstat/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/usr.bin/nfsstat/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -9,8 +9,6 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ - lib/libelf \ - lib/libkvm \ .include Modified: head/usr.sbin/jls/Makefile.depend ============================================================================== --- head/usr.sbin/jls/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/usr.sbin/jls/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -11,6 +11,8 @@ DIRDEPS = \ lib/libc \ lib/libcompiler_rt \ lib/libjail \ + lib/libutil \ + lib/libxo \ .include Modified: head/usr.sbin/sesutil/Makefile.depend ============================================================================== --- head/usr.sbin/sesutil/Makefile.depend Thu Jan 7 19:52:17 2016 (r293344) +++ head/usr.sbin/sesutil/Makefile.depend Thu Jan 7 19:58:23 2016 (r293345) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libsbuf \ .include