blob: 86520da301f0842e839eddf0ddb36dd99a355adb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
VERSIONS= 120 121 122
# 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?= 122
MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION}
FLAVORS= default ldap
.include "${MASTERDIR}/Makefile"
|