Date: Fri, 30 Sep 2016 09:20:44 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> 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 Message-ID: <201609300920.u8U9Ki3u064529@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609300920.u8U9Ki3u064529>