summaryrefslogtreecommitdiff
path: root/security/krb5/Makefile
blob: a65ea22d98d1db26ae3a8b1fd9eecb77dbe434c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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"