diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-06-03 19:25:30 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-06-03 19:25:30 +0000 |
commit | 5a7971594085c76ca25b5ea907a1800602400d6c (patch) | |
tree | 9ccdc75d33967ea60957346c48ff66295695416b /targets | |
parent | 67a23aa29fe3bf47893969fb688c4aa01f9677b4 (diff) | |
download | FreeBSD-src-5a7971594085c76ca25b5ea907a1800602400d6c.zip FreeBSD-src-5a7971594085c76ca25b5ea907a1800602400d6c.tar.gz |
DIRDEPS_BUILD: Connect new directories and update dependencies.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'targets')
-rw-r--r-- | targets/pseudo/tests/Makefile.depend | 1 | ||||
-rw-r--r-- | targets/pseudo/userland/Makefile.depend | 10 | ||||
-rw-r--r-- | targets/pseudo/userland/lib/Makefile.depend | 5 | ||||
-rw-r--r-- | targets/pseudo/userland/libexec/Makefile.depend | 6 |
4 files changed, 22 insertions, 0 deletions
diff --git a/targets/pseudo/tests/Makefile.depend b/targets/pseudo/tests/Makefile.depend index 0417dda..436bf65 100644 --- a/targets/pseudo/tests/Makefile.depend +++ b/targets/pseudo/tests/Makefile.depend @@ -283,6 +283,7 @@ DIRDEPS= \ usr.bin/bmake/tests/variables/modifier_t \ usr.bin/bmake/tests/variables/opt_V \ usr.bin/bmake/tests/variables/t0 \ + usr.bin/bsdcat/tests \ usr.bin/calendar/tests \ usr.bin/cmp/tests \ usr.bin/col/tests \ diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index c6e278e..2b1d3d3 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 diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend index dac8074..81284c7 100644 --- a/targets/pseudo/userland/lib/Makefile.depend +++ b/targets/pseudo/userland/lib/Makefile.depend @@ -40,6 +40,7 @@ DIRDEPS = \ lib/libcuse \ lib/libcxxrt \ lib/libdevctl \ + lib/libdevdctl \ lib/libdevinfo \ lib/libdevstat \ lib/libdwarf \ @@ -215,4 +216,8 @@ DIRDEPS+= \ contrib/ofed/usr.lib/libsdp .endif +.if ${MK_BLACKLIST_SUPPORT} != "no" +DIRDEPS+= lib/libblacklist +.endif + .include <dirdeps.mk> diff --git a/targets/pseudo/userland/libexec/Makefile.depend b/targets/pseudo/userland/libexec/Makefile.depend index 6bdd31e..388df8d 100644 --- a/targets/pseudo/userland/libexec/Makefile.depend +++ b/targets/pseudo/userland/libexec/Makefile.depend @@ -2,6 +2,8 @@ # This file is not autogenerated - take care! +.include <src.opts.mk> + DIRDEPS = \ libexec/atf/atf-check \ libexec/atf/atf-sh \ @@ -39,4 +41,8 @@ DIRDEPS = \ libexec/ypxfr \ +.if ${MK_BLACKLIST_SUPPORT} != "no" +DIRDEPS+= libexec/blacklistd-helper +.endif + .include <dirdeps.mk> |