43e8403953
BSD crt is currently used on all architectures (other than sparc64). Remove the option and use BSD crt everywhere as part of the GCC 4.2.1 retirement plan. https://lists.freebsd.org/pipermail/freebsd-arch/2020-January/019823.html PR: 239851 Reviewed by: andrew, brooks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23122
29 lines
670 B
Makefile
29 lines
670 B
Makefile
# $FreeBSD$
|
|
|
|
# avoid duplication
|
|
DIRDEPS.AUDIT.yes= lib/libbsm
|
|
DIRDEPS.BLACKLIST_SUPPORT.yes+= lib/libblacklist
|
|
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
|
|
|
|
|