summaryrefslogtreecommitdiff
path: root/krb5/plugins/Makefile
blob: d8ba01585f2a0d6db297b5b846c98ede04009f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 FreeBSD Foundation
#
# This sofware was developed by Cy Schubert <cy@FreeBSD.org>
# under sponsorship from the FreeBSD Foundation.
#

.include <src.opts.mk>

PLUGINS= 	kdb preauth k5tls
# PLUGINS+=	audit - We don't build this because the port doesn't
#			use it.

SUBDIR=	${PLUGINS}
SUBDIR_PARALLEL=

.include <bsd.subdir.mk>