DIRDEPS_BUILD: Update dependencies.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
6106a50ee6
commit
07676084ec
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -5,6 +5,7 @@ DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/arpa \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
|
@ -3,13 +3,128 @@
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libdialog \
|
||||
gnu/lib/libgcc \
|
||||
gnu/lib/libgomp \
|
||||
gnu/lib/libregex \
|
||||
gnu/lib/libssp \
|
||||
gnu/lib/libstdc++ \
|
||||
gnu/lib/libsupc++ \
|
||||
include \
|
||||
include/arpa \
|
||||
include/gssapi \
|
||||
include/protocols \
|
||||
include/rpc \
|
||||
include/rpcsvc \
|
||||
include/xlocale \
|
||||
kerberos5/lib/libasn1 \
|
||||
kerberos5/lib/libgssapi_krb5 \
|
||||
kerberos5/lib/libhdb \
|
||||
kerberos5/lib/libheimbase \
|
||||
kerberos5/lib/libheimntlm \
|
||||
kerberos5/lib/libhx509 \
|
||||
kerberos5/lib/libkadm5clnt \
|
||||
kerberos5/lib/libkafs5 \
|
||||
kerberos5/lib/libkdc \
|
||||
kerberos5/lib/libkrb5 \
|
||||
kerberos5/lib/libroken \
|
||||
kerberos5/lib/libwind \
|
||||
lib/${CSU_DIR} \
|
||||
lib/atf/libatf-c \
|
||||
lib/lib80211 \
|
||||
lib/libalias/libalias \
|
||||
lib/libarchive \
|
||||
lib/libbegemot \
|
||||
lib/libblacklist \
|
||||
lib/libblocksruntime \
|
||||
lib/libbluetooth \
|
||||
lib/libbsdstat \
|
||||
lib/libbsm \
|
||||
lib/libbsnmp/libbsnmp \
|
||||
lib/libbz2 \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcalendar \
|
||||
lib/libcam \
|
||||
lib/libcapsicum \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services/cap_dns \
|
||||
lib/libcasper/services/cap_grp \
|
||||
lib/libcasper/services/cap_pwd \
|
||||
lib/libcasper/services/cap_random \
|
||||
lib/libcasper/services/cap_sysctl \
|
||||
lib/libcom_err \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcuse \
|
||||
lib/libdevctl \
|
||||
lib/libdevdctl \
|
||||
lib/libdevinfo \
|
||||
lib/libdevstat \
|
||||
lib/libdpv \
|
||||
lib/libdwarf \
|
||||
lib/libedit \
|
||||
lib/libedit/edit/readline \
|
||||
lib/libefivar \
|
||||
lib/libelf \
|
||||
lib/libelftc \
|
||||
lib/libevent \
|
||||
lib/libexecinfo \
|
||||
lib/libexpat \
|
||||
lib/libfetch \
|
||||
lib/libfigpar \
|
||||
lib/libgeom \
|
||||
lib/libgpio \
|
||||
lib/libjail \
|
||||
lib/libkvm \
|
||||
lib/liblzma \
|
||||
lib/libmagic \
|
||||
lib/libmd \
|
||||
lib/libmemstat \
|
||||
lib/libmilter \
|
||||
lib/libmp \
|
||||
lib/libmt \
|
||||
lib/libnetgraph \
|
||||
lib/libngatm \
|
||||
lib/libopie \
|
||||
lib/libpam/libpam \
|
||||
lib/libpcap \
|
||||
lib/libpmc \
|
||||
lib/libproc \
|
||||
lib/libprocstat \
|
||||
lib/libradius \
|
||||
lib/librtld_db \
|
||||
lib/libsdp \
|
||||
lib/libsqlite3 \
|
||||
lib/libstand \
|
||||
lib/libstdthreads \
|
||||
lib/libtacplus \
|
||||
lib/libthread_db \
|
||||
lib/libucl \
|
||||
lib/libufs \
|
||||
lib/libugidfw \
|
||||
lib/libulog \
|
||||
lib/libusb \
|
||||
lib/libusbhid \
|
||||
lib/libutil \
|
||||
lib/libvgl \
|
||||
lib/libvmmapi \
|
||||
lib/libwrap \
|
||||
lib/libxo \
|
||||
lib/libypclnt \
|
||||
lib/libz \
|
||||
lib/libzstd \
|
||||
lib/msun \
|
||||
lib/ncurses/formw \
|
||||
lib/ncurses/menuw \
|
||||
lib/ncurses/ncursesw \
|
||||
lib/ncurses/panelw \
|
||||
secure/lib/libcrypto \
|
||||
secure/lib/libssl \
|
||||
usr.bin/lex \
|
||||
usr.sbin/bsnmpd/modules \
|
||||
usr.sbin/bsnmpd/modules/snmp_bridge \
|
||||
usr.sbin/bsnmpd/modules/snmp_mibII \
|
||||
usr.sbin/bsnmpd/modules/snmp_netgraph \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -9,6 +9,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
secure/lib/libcrypto \
|
||||
secure/lib/libssl \
|
||||
|
@ -39,13 +39,13 @@ DIRDEPS = \
|
||||
lib/liblzma \
|
||||
lib/libmd \
|
||||
lib/libmt \
|
||||
lib/libnetgraph \
|
||||
lib/libsbuf \
|
||||
lib/libthr \
|
||||
lib/libufs \
|
||||
lib/libutil \
|
||||
lib/libxo \
|
||||
lib/libz \
|
||||
lib/libzstd \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
rescue/librescue \
|
||||
|
@ -9,6 +9,7 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
secure/lib/libcrypto \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -10,8 +10,8 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libmd \
|
||||
lib/libutil \
|
||||
secure/lib/libcrypto \
|
||||
usr.bin/yacc.host \
|
||||
|
||||
|
||||
|
@ -12,10 +12,10 @@ DIRDEPS = \
|
||||
lib/libcompiler_rt \
|
||||
lib/libexpat \
|
||||
lib/libgeom \
|
||||
lib/libmd \
|
||||
lib/libsbuf \
|
||||
lib/libthr \
|
||||
lib/libutil \
|
||||
secure/lib/libcrypto \
|
||||
usr.bin/yacc.host \
|
||||
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libstand \
|
||||
sys/boot/ficl32 \
|
||||
sys/boot/geli \
|
||||
sys/boot/i386/btx/btx \
|
||||
|
@ -4,7 +4,6 @@
|
||||
DIRDEPS = \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/libstand \
|
||||
sys/boot/ficl32 \
|
||||
sys/boot/geli \
|
||||
sys/boot/i386/btx/btx \
|
||||
|
@ -8,7 +8,6 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -4,7 +4,6 @@
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
gnu/lib/libregex \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/libsbuf \
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/libelf \
|
||||
lib/libkvm \
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/msun \
|
||||
|
||||
|
@ -8,6 +8,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/msun \
|
||||
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -13,7 +13,6 @@ DIRDEPS = \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/librpcsvc \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.bin/yacc.host \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -7,7 +7,6 @@ DIRDEPS = \
|
||||
include/rpc \
|
||||
include/rpcsvc \
|
||||
include/xlocale \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
|
||||
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -12,7 +12,6 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libwrap \
|
||||
usr.sbin/amd/include \
|
||||
usr.sbin/amd/libamu \
|
||||
|
||||
|
@ -10,6 +10,8 @@ DIRDEPS = \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
lib/libutil \
|
||||
lib/libxo \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -9,6 +9,7 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcompiler_rt \
|
||||
lib/libmd \
|
||||
lib/libthr \
|
||||
|
@ -2,15 +2,10 @@
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/arpa \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libbsnmp/libbsnmp \
|
||||
lib/libc \
|
||||
lib/libcompiler_rt \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
@ -7,7 +7,6 @@ DIRDEPS = \
|
||||
include \
|
||||
include/arpa \
|
||||
include/rpc \
|
||||
include/rpcsvc \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
|
@ -9,8 +9,12 @@ DIRDEPS = \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/libc \
|
||||
lib/libcapsicum \
|
||||
lib/libcasper/libcasper \
|
||||
lib/libcasper/services/cap_dns \
|
||||
lib/libcompiler_rt \
|
||||
lib/libipsec \
|
||||
lib/libnv \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user