diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-09-23 22:46:19 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-09-23 22:46:19 +0000 |
| commit | 304336144cd75ddde4e39ba0838dd7237bc50594 (patch) | |
| tree | d5c6718549e2adb7fc77970fe0542483a42d0c8b | |
| parent | 8b64f3ca6c222808ef42281a2c49ae9eac59ac06 (diff) | |
Notes
| -rw-r--r-- | targets/pseudo/userland/Makefile.depend | 1 | ||||
| -rw-r--r-- | usr.bin/proccontrol/Makefile.depend | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index 6b9f83c009bb9..700da508c2a0c 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 0000000000000..3646e2e2b1afa --- /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 <dirdeps.mk> + +.if ${DEP_RELDIR} == ${_DEP_RELDIR} +# local dependencies - needed for -jN in clean tree +.endif |
