svn commit: r306281 - in head: targets/pseudo/userland usr.bin/proccontrol

Bryan Drewery bdrewery at FreeBSD.org
Fri Sep 23 22:46:20 UTC 2016


Author: bdrewery
Date: Fri Sep 23 22:46:19 2016
New Revision: 306281
URL: https://svnweb.freebsd.org/changeset/base/306281

Log:
  DIRDEPS_BUILD: Connect new directories.
  
  Sponsored by:	Dell EMC Isilon

Added:
  head/usr.bin/proccontrol/Makefile.depend   (contents, props changed)
Modified:
  head/targets/pseudo/userland/Makefile.depend

Modified: head/targets/pseudo/userland/Makefile.depend
==============================================================================
--- head/targets/pseudo/userland/Makefile.depend	Fri Sep 23 22:37:05 2016	(r306280)
+++ head/targets/pseudo/userland/Makefile.depend	Fri Sep 23 22:46:19 2016	(r306281)
@@ -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 \

Added: head/usr.bin/proccontrol/Makefile.depend
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/usr.bin/proccontrol/Makefile.depend	Fri Sep 23 22:46:19 2016	(r306281)
@@ -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


More information about the svn-src-head mailing list