From 304336144cd75ddde4e39ba0838dd7237bc50594 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 23 Sep 2016 22:46:19 +0000 Subject: [PATCH] DIRDEPS_BUILD: Connect new directories. Sponsored by: Dell EMC Isilon --- targets/pseudo/userland/Makefile.depend | 1 + usr.bin/proccontrol/Makefile.depend | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 usr.bin/proccontrol/Makefile.depend diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 6b9f83c009b..700da508c2a 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -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 \ diff --git a/usr.bin/proccontrol/Makefile.depend b/usr.bin/proccontrol/Makefile.depend new file mode 100644 index 00000000000..3646e2e2b1a --- /dev/null +++ b/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