312809fe7f
The env space consumed by exporting all libc's .meta files left little room for command line, so unexport when done. Update dirdeps.mk to latest and add dirdeps-targets.mk to simplify/update targets/Makefile Makefile changes to go with Makefile.depend changes in D22494 Reviewed by: bdrewery MFC after: 1 week Sponsored by: Juniper Networks Differential Revision: https://reviews.freebsd.org/D22495
30 lines
708 B
Makefile
30 lines
708 B
Makefile
# $FreeBSD$
|
|
|
|
# avoid duplication
|
|
DIRDEPS.AUDIT.yes= lib/libbsm
|
|
DIRDEPS.BLACKLIST_SUPPORT.yes+= lib/libblacklist
|
|
DIRDEPS.BSD_CRTBEGIN.no+= gnu/lib/csu
|
|
DIRDEPS.CASPER.yes+= lib/libcasper/libcasper
|
|
DIRDEPS.GSSAPI.yes+= lib/libgssapi
|
|
DIRDEPS.JAIL.yes+= lib/libjail
|
|
DIRDEPS.KERBEROS_SUPPORT.yes+= \
|
|
kerberos5/lib/libasn1 \
|
|
kerberos5/lib/libheimbase \
|
|
kerberos5/lib/libheimipcc \
|
|
kerberos5/lib/libhx509 \
|
|
kerberos5/lib/libkrb5 \
|
|
kerberos5/lib/libroken \
|
|
kerberos5/lib/libwind \
|
|
|
|
DIRDEPS.NIS.yes+= \
|
|
include/rpc \
|
|
include/rpcsvc \
|
|
lib/librpcsvc
|
|
|
|
DIRDEPS.OPENSSL.yes+= secure/lib/libcrypto
|
|
DIRDEPS.OPENSSL.no+= lib/libmd
|
|
DIRDEPS.PAM_SUPPORT.yes+= lib/libpam/libpam
|
|
DIRDEPS.TCP_WRAPPERS.yes+= lib/libwrap
|
|
|
|
|