1# 2# SPDX-License-Identifier: BSD-2-Clause 3# 4# Copyright (c) 2025 FreeBSD Foundation 5# 6# This sofware was developed by Cy Schubert <cy@FreeBSD.org> 7# under sponsorship from the FreeBSD Foundation. 8# 9 10PACKAGE?= kerberos-kdc 11MK_INSTALLLIB= no 12SHLIB_NAME?= ${LIB}.so.${SHLIB_MAJOR} 13PLUGINSDIR= ${LIBDIR_BASE}/krb5/plugins 14SHLIBDIR= ${LIBDIR} 15SHLIB_MAJOR= 122 16 17.include "../Makefile.inc" 18