Date: Thu, 7 Jan 2016 19:58:24 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> 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 Message-ID: <201601071958.u07JwO2a021653@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dirdeps.mk> 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 <dirdeps.mk> 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 <dirdeps.mk> 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 <dirdeps.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601071958.u07JwO2a021653>