9926898a0c
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
11 lines
286 B
Makefile
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"
|