From owner-svn-src-stable@freebsd.org Fri Sep 30 09:20:45 2016 Return-Path: Delivered-To: svn-src-stable@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 9005AC03A24; Fri, 30 Sep 2016 09:20:45 +0000 (UTC) (envelope-from kib@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 45A0411B; Fri, 30 Sep 2016 09:20:45 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8U9KiAg064532; Fri, 30 Sep 2016 09:20:44 GMT (envelope-from kib@FreeBSD.org) Received: (from kib@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8U9Ki3u064529; Fri, 30 Sep 2016 09:20:44 GMT (envelope-from kib@FreeBSD.org) Message-Id: <201609300920.u8U9Ki3u064529@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kib set sender to kib@FreeBSD.org using -f From: Konstantin Belousov Date: Fri, 30 Sep 2016 09:20:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r306487 - in stable/11: targets/pseudo/userland usr.bin usr.bin/proccontrol X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2016 09:20:45 -0000 Author: kib Date: Fri Sep 30 09:20:44 2016 New Revision: 306487 URL: https://svnweb.freebsd.org/changeset/base/306487 Log: MFC r306261: Add proccontrol(1). MFC r306281 (by bdrewery): DIRDEPS_BUILD: Connect new directories. Added: stable/11/usr.bin/proccontrol/ - copied from r306261, head/usr.bin/proccontrol/ stable/11/usr.bin/proccontrol/Makefile.depend - copied unchanged from r306281, head/usr.bin/proccontrol/Makefile.depend Modified: stable/11/targets/pseudo/userland/Makefile.depend stable/11/usr.bin/Makefile Directory Properties: stable/11/ (props changed) Modified: stable/11/targets/pseudo/userland/Makefile.depend ============================================================================== --- stable/11/targets/pseudo/userland/Makefile.depend Fri Sep 30 08:23:06 2016 (r306486) +++ stable/11/targets/pseudo/userland/Makefile.depend Fri Sep 30 09:20:44 2016 (r306487) @@ -325,6 +325,7 @@ DIRDEPS+= \ usr.bin/pr \ usr.bin/printenv \ usr.bin/printf \ + usr.bin/proccontrol \ usr.bin/procstat \ usr.bin/protect \ usr.bin/quota \ Modified: stable/11/usr.bin/Makefile ============================================================================== --- stable/11/usr.bin/Makefile Fri Sep 30 08:23:06 2016 (r306486) +++ stable/11/usr.bin/Makefile Fri Sep 30 09:20:44 2016 (r306487) @@ -122,6 +122,7 @@ SUBDIR= alias \ pr \ printenv \ printf \ + proccontrol \ procstat \ protect \ rctl \ Copied: stable/11/usr.bin/proccontrol/Makefile.depend (from r306281, head/usr.bin/proccontrol/Makefile.depend) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ stable/11/usr.bin/proccontrol/Makefile.depend Fri Sep 30 09:20:44 2016 (r306487, copy of r306281, head/usr.bin/proccontrol/Makefile.depend) @@ -0,0 +1,18 @@ +# $FreeBSD$ +# Autogenerated - do NOT edit! + +DIRDEPS = \ + gnu/lib/csu \ + gnu/lib/libgcc \ + include \ + include/xlocale \ + lib/${CSU_DIR} \ + lib/libc \ + lib/libcompiler_rt \ + + +.include + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif