Files
Cy Schubert 9926898a0c security/krb5*: Flavorize with default and ldap flavors
This provides a binary package to users who require MIT KRB5 with LDAP
support. This patch does not change the current, now default, package
name.

PR:		277015
2024-02-13 10:47:53 -08:00

11 lines
286 B
Makefile

VERSIONS= 120 121
# When changing this, remember to build test security/sssd with SMB=on
# Reference: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244778
KRB5_VERSION?= 121
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
FLAVORS= default ldap
.include "${MASTERDIR}/Makefile"