aboutsummaryrefslogtreecommitdiff
path: root/targets/pseudo/userland/lib/Makefile.depend
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:04:07 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2017-10-31 00:04:07 +0000
commit3806950135d2c8633ec0764e8807eacc87cf3e10 (patch)
tree401ad31b95fb26ef459fd5768136545a3f02c774 /targets/pseudo/userland/lib/Makefile.depend
parent82fcadcd5558133fff4db8589e9553c7f166bbae (diff)
downloadsrc-3806950135d2c8633ec0764e8807eacc87cf3e10.tar.gz
src-3806950135d2c8633ec0764e8807eacc87cf3e10.zip
DIRDEPS_BUILD: Connect new directories.
Sponsored by: Dell EMC Isilon
Notes
Notes: svn path=/head/; revision=325187
Diffstat (limited to 'targets/pseudo/userland/lib/Makefile.depend')
-rw-r--r--targets/pseudo/userland/lib/Makefile.depend16
1 files changed, 14 insertions, 2 deletions
diff --git a/targets/pseudo/userland/lib/Makefile.depend b/targets/pseudo/userland/lib/Makefile.depend
index a1b9769749b5..c9a880aec3aa 100644
--- a/targets/pseudo/userland/lib/Makefile.depend
+++ b/targets/pseudo/userland/lib/Makefile.depend
@@ -122,10 +122,10 @@ DIRDEPS = \
lib/libpam/modules/pam_tacplus \
lib/libpam/modules/pam_unix \
lib/libpam/static_libpam \
+ lib/libpathconv \
lib/libpcap \
lib/libpe \
lib/libpjdlog \
- lib/libpmc \
lib/libproc \
lib/libprocstat \
lib/libradius \
@@ -134,13 +134,14 @@ DIRDEPS = \
lib/librss \
lib/librt \
lib/librtld_db \
+ lib/libsa \
lib/libsbuf \
lib/libsdp \
lib/libsm \
lib/libsmb \
lib/libsmdb \
lib/libsmutil \
- lib/libstand \
+ lib/libsqlite3 \
lib/libstdbuf \
lib/libstdthreads \
lib/libsysdecode \
@@ -193,6 +194,11 @@ DIRDEPS+= \
.endif
+.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \
+ ${MACHINE_CPUARCH} == "powerpc"
+DIRDEPS+= sys/boot/libsa32
+.endif
+
.if defined(LINKER_FEATURES) && ${LINKER_FEATURES:Mfilter}
DIRDEPS+= lib/libdl
.endif
@@ -230,6 +236,12 @@ DIRDEPS+= \
lib/libgcc_s
.endif
+.if ${MK_PMC} != "no"
+DIRDEPS+= \
+ lib/libpmc \
+ lib/libpmcstat
+.endif
+
.if ${MK_OFED} != "no"
DIRDEPS+= \
contrib/ofed/usr.lib/libcxgb4 \