From owner-svn-src-head@freebsd.org Thu Sep 17 05:06:38 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 522869CE2B1; Thu, 17 Sep 2015 05:06:38 +0000 (UTC) (envelope-from bdrewery@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 359F5192B; Thu, 17 Sep 2015 05:06:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8H56cnG096107; Thu, 17 Sep 2015 05:06:38 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8H56Zoi096094; Thu, 17 Sep 2015 05:06:35 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201509170506.t8H56Zoi096094@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Thu, 17 Sep 2015 05:06:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287905 - in head: bin/ps lib/libc lib/libsm lib/libxo sbin/ipf/ipftest sbin/savecore usr.bin/netstat usr.bin/procstat usr.bin/wc usr.sbin/yppoll 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, 17 Sep 2015 05:06:38 -0000 Author: bdrewery Date: Thu Sep 17 05:06:34 2015 New Revision: 287905 URL: https://svnweb.freebsd.org/changeset/base/287905 Log: Update META_MODE dependencies. Modified: head/bin/ps/Makefile.depend head/lib/libc/Makefile.depend head/lib/libsm/Makefile.depend head/lib/libxo/Makefile.depend head/sbin/ipf/ipftest/Makefile.depend head/sbin/savecore/Makefile.depend head/usr.bin/netstat/Makefile.depend head/usr.bin/procstat/Makefile.depend head/usr.bin/wc/Makefile.depend head/usr.sbin/yppoll/Makefile.depend Modified: head/bin/ps/Makefile.depend ============================================================================== --- head/bin/ps/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/bin/ps/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -11,6 +11,7 @@ DIRDEPS = \ lib/libcompiler_rt \ lib/libjail \ lib/libkvm \ + lib/libutil \ lib/libxo \ lib/msun \ Modified: head/lib/libc/Makefile.depend ============================================================================== --- head/lib/libc/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/lib/libc/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -126,6 +126,9 @@ jemalloc_mb.po: jemalloc_mb.c jemalloc_mutex.So: jemalloc_mutex.c jemalloc_mutex.o: jemalloc_mutex.c jemalloc_mutex.po: jemalloc_mutex.c +jemalloc_pages.So: jemalloc_pages.c +jemalloc_pages.o: jemalloc_pages.c +jemalloc_pages.po: jemalloc_pages.c jemalloc_prof.So: jemalloc_prof.c jemalloc_prof.o: jemalloc_prof.c jemalloc_prof.po: jemalloc_prof.c Modified: head/lib/libsm/Makefile.depend ============================================================================== --- head/lib/libsm/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/lib/libsm/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -83,8 +83,6 @@ mpeix.o: sm_os.h mpeix.po: sm_os.h niprop.o: sm_os.h niprop.po: sm_os.h -path.o: sm_os.h -path.po: sm_os.h put.o: sm_os.h put.po: sm_os.h refill.o: sm_os.h Modified: head/lib/libxo/Makefile.depend ============================================================================== --- head/lib/libxo/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/lib/libxo/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ usr.bin/xinstall.host \ Modified: head/sbin/ipf/ipftest/Makefile.depend ============================================================================== --- head/sbin/ipf/ipftest/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/sbin/ipf/ipftest/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -25,8 +25,10 @@ ipf_l.o: ipf_y.h ipf_l.po: ipf_l.c ipf_l.po: ipf_l.h ipf_l.po: ipf_y.h +ipf_y.o: ipf.tab.c ipf_y.o: ipf_l.h ipf_y.o: ipf_y.c +ipf_y.po: ipf.tab.c ipf_y.po: ipf_l.h ipf_y.po: ipf_y.c ipnat_l.o: ipnat_l.c @@ -35,8 +37,10 @@ ipnat_l.o: ipnat_y.h ipnat_l.po: ipnat_l.c ipnat_l.po: ipnat_l.h ipnat_l.po: ipnat_y.h +ipnat_y.o: ipnat.tab.c ipnat_y.o: ipnat_l.h ipnat_y.o: ipnat_y.c +ipnat_y.po: ipnat.tab.c ipnat_y.po: ipnat_l.h ipnat_y.po: ipnat_y.c ippool_l.o: ippool_l.c @@ -45,8 +49,10 @@ ippool_l.o: ippool_y.h ippool_l.po: ippool_l.c ippool_l.po: ippool_l.h ippool_l.po: ippool_y.h +ippool_y.o: ippool.tab.c ippool_y.o: ippool_l.h ippool_y.o: ippool_y.c +ippool_y.po: ippool.tab.c ippool_y.po: ippool_l.h ippool_y.po: ippool_y.c .endif Modified: head/sbin/savecore/Makefile.depend ============================================================================== --- head/sbin/savecore/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/sbin/savecore/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ lib/libxo \ lib/libz \ Modified: head/usr.bin/netstat/Makefile.depend ============================================================================== --- head/usr.bin/netstat/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/usr.bin/netstat/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -21,4 +21,14 @@ DIRDEPS = \ .if ${DEP_RELDIR} == ${_DEP_RELDIR} # local dependencies - needed for -jN in clean tree +main.o: nl_defs.h +main.po: nl_defs.h +mroute.o: nl_defs.h +mroute.po: nl_defs.h +netisr.o: nl_defs.h +netisr.po: nl_defs.h +nl_symbols.o: nl_symbols.c +nl_symbols.po: nl_symbols.c +route.o: nl_defs.h +route.po: nl_defs.h .endif Modified: head/usr.bin/procstat/Makefile.depend ============================================================================== --- head/usr.bin/procstat/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/usr.bin/procstat/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -13,7 +13,9 @@ DIRDEPS = \ lib/libelf \ lib/libkvm \ lib/libprocstat \ + lib/libsbuf \ lib/libutil \ + lib/libxo \ .include Modified: head/usr.bin/wc/Makefile.depend ============================================================================== --- head/usr.bin/wc/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/usr.bin/wc/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -9,6 +9,7 @@ DIRDEPS = \ lib/${CSU_DIR} \ lib/libc \ lib/libcompiler_rt \ + lib/libutil \ lib/libxo \ Modified: head/usr.sbin/yppoll/Makefile.depend ============================================================================== --- head/usr.sbin/yppoll/Makefile.depend Thu Sep 17 05:01:04 2015 (r287904) +++ head/usr.sbin/yppoll/Makefile.depend Thu Sep 17 05:06:34 2015 (r287905) @@ -5,6 +5,7 @@ DIRDEPS = \ gnu/lib/csu \ gnu/lib/libgcc \ include \ + include/arpa \ include/rpc \ include/rpcsvc \ include/xlocale \