aboutsummaryrefslogtreecommitdiff
path: root/krb5/plugins/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'krb5/plugins/Makefile.inc')
-rw-r--r--krb5/plugins/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/krb5/plugins/Makefile.inc b/krb5/plugins/Makefile.inc
index 846770a801e0..d98ed1d3887b 100644
--- a/krb5/plugins/Makefile.inc
+++ b/krb5/plugins/Makefile.inc
@@ -7,10 +7,11 @@
# under sponsorship from the FreeBSD Foundation.
#
+PACKAGE?= kerberos-kdc
MK_INSTALLLIB= no
SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR}
PLUGINSDIR= ${LIBDIR_BASE}/krb5/plugins
SHLIBDIR= ${LIBDIR}
-SHLIB_MAJOR= 121
+SHLIB_MAJOR= 122
.include "../Makefile.inc"