From 6106a50ee696a59742bf7f70ab2da9729e041c4a Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Tue, 9 May 2017 01:48:14 +0000 Subject: DIRDEPS_BUILD: Connect new directories. Sponsored by: Dell EMC Isilon --- targets/pseudo/clang/Makefile.depend | 4 ++++ targets/pseudo/userland/Makefile.depend | 13 +++++++++++++ targets/pseudo/userland/share/Makefile.depend | 2 ++ 3 files changed, 19 insertions(+) (limited to 'targets') diff --git a/targets/pseudo/clang/Makefile.depend b/targets/pseudo/clang/Makefile.depend index f84f92d9c35a..c842753d1f88 100644 --- a/targets/pseudo/clang/Makefile.depend +++ b/targets/pseudo/clang/Makefile.depend @@ -27,19 +27,23 @@ DIRDEPS+= \ usr.bin/clang/llvm-bcanalyzer \ usr.bin/clang/llvm-cov \ usr.bin/clang/llvm-cxxdump \ + usr.bin/clang/llvm-cxxfilt \ usr.bin/clang/llvm-diff \ usr.bin/clang/llvm-dis \ usr.bin/clang/llvm-dwarfdump \ usr.bin/clang/llvm-extract \ usr.bin/clang/llvm-link \ usr.bin/clang/llvm-lto \ + usr.bin/clang/llvm-lto2 \ usr.bin/clang/llvm-mc \ + usr.bin/clang/llvm-modextract \ usr.bin/clang/llvm-nm \ usr.bin/clang/llvm-objdump \ usr.bin/clang/llvm-pdbdump \ usr.bin/clang/llvm-profdata \ usr.bin/clang/llvm-rtdyld \ usr.bin/clang/llvm-symbolizer \ + usr.bin/clang/llvm-xray \ usr.bin/clang/opt \ .endif diff --git a/targets/pseudo/userland/Makefile.depend b/targets/pseudo/userland/Makefile.depend index ad6102a048fd..3ca21821902d 100644 --- a/targets/pseudo/userland/Makefile.depend +++ b/targets/pseudo/userland/Makefile.depend @@ -54,6 +54,7 @@ DIRDEPS+= \ sbin/clri \ sbin/comcontrol \ sbin/conscontrol \ + sbin/decryptcore \ sbin/ddb \ sbin/devd \ sbin/devfs \ @@ -229,6 +230,7 @@ DIRDEPS+= \ usr.bin/ftp \ usr.bin/gcore \ usr.bin/gencat \ + usr.bin/getaddrinfo \ usr.bin/getconf \ usr.bin/getent \ usr.bin/getopt \ @@ -432,6 +434,7 @@ DIRDEPS+= \ usr.bin/ypcat \ usr.bin/ypmatch \ usr.bin/ypwhich \ + usr.bin/zstd \ usr.sbin/IPXrouted \ usr.sbin/ac \ usr.sbin/accton \ @@ -707,6 +710,7 @@ DIRDEPS+= \ usr.sbin/praliases \ usr.sbin/praudit \ usr.sbin/procctl \ + usr.sbin/prometheus_sysctl_exporter \ usr.sbin/pstat \ usr.sbin/pw \ usr.sbin/pwd_mkdb \ @@ -801,6 +805,11 @@ DIRDEPS+= \ ${DEP_RELDIR}/secure \ ${DEP_RELDIR}/share \ + +.if ${MK_EFI} != "no" +DIRDEPS+= usr.sbin/efidp +.endif + .if ${MK_NAND} != "no" DIRDEPS+= \ sbin/nandfs \ @@ -828,6 +837,8 @@ DIRDEPS.amd64= \ usr.sbin/camdd \ usr.sbin/cpucontrol \ usr.sbin/hyperv/tools \ + usr.sbin/hyperv/tools/kvp \ + usr.sbin/hyperv/tools/vss \ usr.sbin/kgmon \ usr.sbin/lptcontrol \ usr.sbin/mptable \ @@ -853,6 +864,8 @@ DIRDEPS.i386= \ usr.sbin/btxld \ usr.sbin/cpucontrol \ usr.sbin/hyperv/tools \ + usr.sbin/hyperv/tools/kvp \ + usr.sbin/hyperv/tools/vss \ usr.sbin/kgmon \ usr.sbin/kgzip \ usr.sbin/lptcontrol \ diff --git a/targets/pseudo/userland/share/Makefile.depend b/targets/pseudo/userland/share/Makefile.depend index 3589a107ade3..3f5ea1da5889 100644 --- a/targets/pseudo/userland/share/Makefile.depend +++ b/targets/pseudo/userland/share/Makefile.depend @@ -13,6 +13,7 @@ DIRDEPS = \ share/doc/legal/intel_iwi \ share/doc/legal/intel_iwn \ share/doc/legal/intel_wpi \ + share/doc/legal/realtek \ share/doc/llvm/clang \ share/doc/papers/beyond4.3 \ share/doc/papers/bufbio \ @@ -29,6 +30,7 @@ DIRDEPS = \ share/doc/papers/relengr \ share/doc/papers/sysperf \ share/doc/papers/timecounter \ + share/doc/pjdfstest \ share/doc/psd/01.cacm \ share/doc/psd/02.implement \ share/doc/psd/03.iosys \ -- cgit v1.2.3