mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
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
|
||
|
|
||
|
|