xref: /freebsd/krb5/plugins/audit/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
12.include "../Makefile.inc"
13
14LIB=		kdc_j_encode
15LIBDIR=		${PLUGINSDIR}/audit
16LDFLAGS=-Wl,--no-undefined
17VERSION_MAP=	${.CURDIR}/version.map
18
19.PATH:	${KRB5_DIR}/plugins/audit
20
21SRCS=	kdc_j_encode.c
22
23CFLAGS+=-I${KRB5_DIR}/plugins/audit
24
25.include <bsd.lib.mk>
26
27.SUFFIXES: .h .c
28