diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-02-13 00:33:16 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-02-13 18:47:53 +0000 |
| commit | 9926898a0c052d79aaa08708e3249fc39e633174 (patch) | |
| tree | fda2a3fbf421c5e26f5f91465c1907b52afcace7 /security/krb5 | |
| parent | 0707093c0a5df15911d72c3b2e8001b3428f2e2e (diff) | |
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
Diffstat (limited to 'security/krb5')
| -rw-r--r-- | security/krb5/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 1bd3bb3c2ac2..a65ea22d98d1 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -5,4 +5,6 @@ KRB5_VERSION?= 121 MASTERDIR= ${.CURDIR}/../krb5-${KRB5_VERSION} +FLAVORS= default ldap + .include "${MASTERDIR}/Makefile" |
