aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-08-31 19:30:59 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-08-31 19:30:59 +0000
commit1eb4ec9c62957b232338fc4c2f3c155f7109b71c (patch)
tree3a0a68ec2c3b31b8e52aa7444c8d38baf7b23f66 /targets/pseudo
parent9e2f435fc14b0121dbaa7b87b7841a0dcd209b7b (diff)
downloadsrc-1eb4ec9c62957b232338fc4c2f3c155f7109b71c.tar.gz
src-1eb4ec9c62957b232338fc4c2f3c155f7109b71c.zip
DIRDEPS_BUILD: Add some missing dirctories to the build.
Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=305148
Diffstat (limited to 'targets/pseudo')
-rw-r--r--targets/pseudo/tests/Makefile.depend7
-rw-r--r--targets/pseudo/userland/Makefile.depend2
-rw-r--r--targets/pseudo/userland/cddl/Makefile.depend1
-rw-r--r--targets/pseudo/userland/libexec/Makefile.depend9
4 files changed, 19 insertions, 0 deletions
diff --git a/targets/pseudo/tests/Makefile.depend b/targets/pseudo/tests/Makefile.depend
index 436bf658f4b3..c8d1f83f7fa7 100644
--- a/targets/pseudo/tests/Makefile.depend
+++ b/targets/pseudo/tests/Makefile.depend
@@ -166,6 +166,8 @@ DIRDEPS= \
libexec/atf/atf-sh/tests \
libexec/atf/tests \
libexec/rtld-elf/tests \
+ libexec/rtld-elf/tests/libpythagoras \
+ libexec/rtld-elf/tests/target \
libexec/tests \
sbin/devd/tests \
sbin/dhclient/tests \
@@ -213,6 +215,7 @@ DIRDEPS= \
tests/sys/mqueue \
tests/sys/netinet \
tests/sys/opencrypto \
+ tests/sys/pjdfstest/pjdfstest \
tests/sys/pjdfstest/tests \
tests/sys/pjdfstest/tests/chflags \
tests/sys/pjdfstest/tests/chmod \
@@ -230,6 +233,7 @@ DIRDEPS= \
tests/sys/pjdfstest/tests/truncate \
tests/sys/pjdfstest/tests/unlink \
tests/sys/posixshm \
+ tests/sys/sys \
tests/sys/vfs \
tests/sys/vm \
usr.bin/apply/tests \
@@ -303,6 +307,7 @@ DIRDEPS= \
usr.bin/mkimg/tests \
usr.bin/ncal/tests \
usr.bin/printf/tests \
+ usr.bin/sdiff/tests \
usr.bin/sed/tests \
usr.bin/sed/tests/regress.multitest.out \
usr.bin/soelim/tests \
@@ -315,10 +320,12 @@ DIRDEPS= \
usr.bin/uudecode/tests \
usr.bin/uuencode/tests \
usr.bin/xargs/tests \
+ usr.bin/xinstall/tests \
usr.bin/xo/tests \
usr.bin/yacc/tests \
usr.sbin/chown/tests \
usr.sbin/etcupdate/tests \
+ usr.sbin/extattr/tests \
usr.sbin/fstyp/tests \
usr.sbin/makefs/tests \
usr.sbin/newsyslog/tests \
diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend
index 80d05d3cdd19..6b9f83c009bb 100644
--- a/targets/pseudo/userland/Makefile.depend
+++ b/targets/pseudo/userland/Makefile.depend
@@ -701,6 +701,7 @@ DIRDEPS+= \
usr.sbin/pmcannotate \
usr.sbin/pmccontrol \
usr.sbin/pmcstat \
+ usr.sbin/pmcstudy \
usr.sbin/portsnap/make_index \
usr.sbin/portsnap/phttpget \
usr.sbin/portsnap/portsnap \
@@ -785,6 +786,7 @@ DIRDEPS+= \
usr.sbin/wpa/wpa_supplicant \
usr.sbin/yp_mkdb \
usr.sbin/ypbind \
+ usr.sbin/ypldap \
usr.sbin/yppoll \
usr.sbin/yppush \
usr.sbin/ypserv \
diff --git a/targets/pseudo/userland/cddl/Makefile.depend b/targets/pseudo/userland/cddl/Makefile.depend
index 4747c0bf4407..5b4f1a697bc9 100644
--- a/targets/pseudo/userland/cddl/Makefile.depend
+++ b/targets/pseudo/userland/cddl/Makefile.depend
@@ -21,6 +21,7 @@ DIRDEPS = \
cddl/usr.sbin/dtruss \
cddl/usr.sbin/lockstat \
cddl/usr.sbin/plockstat \
+ cddl/usr.sbin/zfsd \
DIRDEPS.ZFS = \
diff --git a/targets/pseudo/userland/libexec/Makefile.depend b/targets/pseudo/userland/libexec/Makefile.depend
index 388df8d6926e..4c1e7a118410 100644
--- a/targets/pseudo/userland/libexec/Makefile.depend
+++ b/targets/pseudo/userland/libexec/Makefile.depend
@@ -45,4 +45,13 @@ DIRDEPS = \
DIRDEPS+= libexec/blacklistd-helper
.endif
+.if ${MK_DMAGENT} != "no"
+DIRDEPS+= libexec/dma/dma-mbox-create
+DIRDEPS+= libexec/dma/dmagent
+.endif
+
+.if ${MK_MAN_UTILS} != "no"
+DIRDEPS+= libexec/makewhatis.local
+.endif
+
.include <dirdeps.mk>