aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland/lib/Makefile.depend
diff options
context:
space:
mode:
Diffstat (limited to 'targets/pseudo/userland/lib/Makefile.depend')
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend26
1 files changed, 26 insertions, 0 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 74e6a6edf991..2cbde23a47e9 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -2,10 +2,15 @@
# This file is not autogenerated - take care!
+.if !defined(MK_CLANG)
+.include <src.opts.mk>
+.endif
+
DIRDEPS = \
lib/${CSU_DIR} \
lib/atf/libatf-c \
lib/atf/libatf-c++ \
+ lib/lib80211 \
lib/libalias/libalias \
lib/libalias/modules/cuseeme \
lib/libalias/modules/dummy \
@@ -20,6 +25,7 @@ DIRDEPS = \
lib/libbegemot \
lib/libblocksruntime \
lib/libbluetooth \
+ lib/libbsdstat \
lib/libbsm \
lib/libbsnmp/libbsnmp \
lib/libbz2 \
@@ -27,17 +33,20 @@ DIRDEPS = \
lib/libc++ \
lib/libcalendar \
lib/libcam \
+ lib/libcasper \
lib/libcom_err/doc \
lib/libcompat \
lib/libcompiler_rt \
lib/libcrypt \
lib/libcuse \
lib/libcxxrt \
+ lib/libdevctl \
lib/libdevinfo \
lib/libdevstat \
lib/libdwarf \
lib/libedit/edit/readline \
lib/libelf \
+ lib/libevent \
lib/libexecinfo \
lib/libexpat \
lib/libfetch \
@@ -81,6 +90,7 @@ DIRDEPS = \
lib/libmp \
lib/libnetgraph \
lib/libngatm \
+ lib/libnv \
lib/libopie \
lib/libpam/libpam \
lib/libpam/modules/pam_chroot \
@@ -108,6 +118,7 @@ DIRDEPS = \
lib/libpam/modules/pam_tacplus \
lib/libpam/modules/pam_unix \
lib/libpcap \
+ lib/libpjdlog \
lib/libpmc \
lib/libproc \
lib/libprocstat \
@@ -153,5 +164,20 @@ DIRDEPS = \
lib/ncurses/panel \
lib/ncurses/panelw \
+.if ${MK_CLANG} != "no" && \
+ (${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
+ (${MACHINE_CPUARCH} == "arm" && ${MACHINE_ARCH} != "armeb") || \
+ (${MACHINE_CPUARCH} == "i386"))
+DIRDEPS+= \
+ lib/libclang_rt/asan-preinit \
+ lib/libclang_rt/asan \
+ lib/libclang_rt/asan_cxx \
+ lib/libclang_rt/include \
+ lib/libclang_rt/profile \
+ lib/libclang_rt/safestack \
+ lib/libclang_rt/ubsan_standalone \
+ lib/libclang_rt/ubsan_standalone_cxx \
+
+.endif
.include <dirdeps.mk>