xref: /freebsd/krb5/plugins/Makefile (revision 18a870751b036f1dc78b36084ccb993d139a11bb)
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
10.include <src.opts.mk>
11
12PLUGINS= 	kdb preauth k5tls
13# PLUGINS+=	audit - We don't build this because the port doesn't
14#			use it.
15
16SUBDIR=	${PLUGINS}
17SUBDIR_PARALLEL=
18
19.include <bsd.subdir.mk>
20