xref: /src/krb5/plugins/audit/Makefile (revision 1876de606eb876b7a97beccfe6fcc89e60a72a25)
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
24CFLAGS+=-I${KRB5_OBJTOP}/util/profile
25
26.include <bsd.lib.mk>
27
28.SUFFIXES: .h .c
29