aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland/Makefile.depend
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-06-03 19:25:30 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-06-03 19:25:30 +0000
commit6e9a3c415ea377e380f81ac484e650335fde212d (patch)
tree9ccdc75d33967ea60957346c48ff66295695416b /targets/pseudo/userland/Makefile.depend
parent2cf4c169db3c9a3444cceede883f1ca6aed5691d (diff)
downloadsrc-6e9a3c415ea377e380f81ac484e650335fde212d.tar.gz
src-6e9a3c415ea377e380f81ac484e650335fde212d.zip
DIRDEPS_BUILD: Connect new directories and update dependencies.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=301283
Diffstat (limited to 'targets/pseudo/userland/Makefile.depend')
-rw-r--r--targets/pseudo/userland/Makefile.depend10
1 files changed, 10 insertions, 0 deletions
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index c6e278e44d78..2b1d3d34a6b7 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -179,6 +179,7 @@ DIRDEPS+= \
usr.bin/brandelf \
usr.bin/bsdiff/bsdiff \
usr.bin/bsdiff/bspatch \
+ usr.bin/bsdcat \
usr.bin/bzip2 \
usr.bin/bzip2recover \
usr.bin/c89 \
@@ -329,6 +330,7 @@ DIRDEPS+= \
usr.bin/quota \
usr.bin/rctl \
usr.bin/renice \
+ usr.bin/resizewin \
usr.bin/rev \
usr.bin/revoke \
usr.bin/rlogin \
@@ -342,6 +344,7 @@ DIRDEPS+= \
usr.bin/rwall \
usr.bin/rwho \
usr.bin/script \
+ usr.bin/sdiff \
usr.bin/sed \
usr.bin/send-pr \
usr.bin/seq \
@@ -788,6 +791,7 @@ DIRDEPS+= \
usr.sbin/ypset \
usr.sbin/zic/zdump \
usr.sbin/zic/zic \
+ usr.sbin/zonectl \
${DEP_RELDIR}/cddl \
${DEP_RELDIR}/games \
${DEP_RELDIR}/gnu \
@@ -890,6 +894,12 @@ DIRDEPS.powerpc= \
usr.sbin/nvram \
usr.sbin/ofwdump
+.if ${MK_BLACKLIST_SUPPORT} != "no"
+DIRDEPS+= \
+ usr.sbin/blacklistctl \
+ usr.sbin/blacklistd
+.endif
+
.if ${MK_GPL_DTC} != "yes"
DIRDEPS+= usr.bin/dtc
.endif