db2d56ca01
Remove the trailing backslash from the last list item. This is a NOP and never bothered anything because the next line was a blank line. Remove it for correctness sake. MFC after: 3 days
29 lines
668 B
Makefile
29 lines
668 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
|
|
|
|
|