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.depend29
1 files changed, 27 insertions, 2 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index 81284c71f9d0..2735e3b8ca15 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -2,9 +2,7 @@
# This file is not autogenerated - take care!
-.if !defined(MK_CLANG)
.include <src.opts.mk>
-.endif
DIRDEPS = \
lib/${CSU_DIR} \
@@ -30,9 +28,12 @@ DIRDEPS = \
lib/libbsnmp/libbsnmp \
lib/libbz2 \
lib/libc \
+ lib/libc_nonshared \
lib/libc++ \
+ lib/libc++experimental \
lib/libcalendar \
lib/libcam \
+ lib/libcapsicum \
lib/libcom_err/doc \
lib/libcompat \
lib/libcompiler_rt \
@@ -51,6 +52,7 @@ DIRDEPS = \
lib/libexecinfo \
lib/libexpat \
lib/libfetch \
+ lib/libfigpar \
lib/libgeom \
lib/libgssapi \
lib/libiconv_modules/BIG5 \
@@ -76,6 +78,7 @@ DIRDEPS = \
lib/libiconv_modules/mapper_serial \
lib/libiconv_modules/mapper_std \
lib/libiconv_modules/mapper_zone \
+ lib/libifconfig \
lib/libipsec \
lib/libipx \
lib/libjail \
@@ -128,6 +131,7 @@ DIRDEPS = \
lib/libradius \
lib/librpcsec_gss \
lib/librpcsvc \
+ lib/librss \
lib/librt \
lib/librtld_db \
lib/libsbuf \
@@ -144,6 +148,7 @@ DIRDEPS = \
lib/libtelnet \
lib/libthr \
lib/libthread_db \
+ lib/libucl \
lib/libufs \
lib/libugidfw \
lib/libulog \
@@ -158,6 +163,7 @@ DIRDEPS = \
lib/libyaml \
lib/libypclnt \
lib/libz \
+ lib/libzstd \
lib/msun \
lib/ncurses/form \
lib/ncurses/formw \
@@ -175,15 +181,22 @@ DIRDEPS = \
DIRDEPS+= \
lib/libclang_rt/asan-preinit \
lib/libclang_rt/asan \
+ lib/libclang_rt/asan_dynamic \
lib/libclang_rt/asan_cxx \
lib/libclang_rt/include \
lib/libclang_rt/profile \
lib/libclang_rt/safestack \
+ lib/libclang_rt/stats \
+ lib/libclang_rt/stats_client \
lib/libclang_rt/ubsan_standalone \
lib/libclang_rt/ubsan_standalone_cxx \
.endif
+.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter}
+DIRDEPS+= lib/libdl
+.endif
+
.if ${MK_NAND} != "no"
DIRDEPS+= lib/libnandfs
.endif
@@ -199,6 +212,18 @@ DIRDEPS+= \
.endif
+.if ${MK_DIALOG} != "no"
+DIRDEPS+= lib/libdpv
+.endif
+
+.if ${MK_GPIO} != "no"
+DIRDEPS+= lib/libgpio
+.endif
+
+.if ${MK_EFI} != "no"
+DIRDEPS+= lib/libefivar
+.endif
+
.if ${MK_OFED} != "no"
DIRDEPS+= \
contrib/ofed/usr.lib/libcxgb4 \