# # SPDX-License-Idendifier: BSD-2-Clause # # Copyright (c) 2025 FreeBSD Foundation # # This sofware was developed by Cy Schubert # under sponsorship from the FreeBSD Foundation. # PACKAGE= krb5 .include .include "../Makefile.inc" LIB= kdc_j_encode LIBDIR= ${PLUGINSDIR}/audit LDFLAGS=-Wl,--no-undefined VERSION_MAP= ${.CURDIR}/version.map .PATH: ${KRB5_DIR}/plugins/audit SRCS= kdc_j_encode.c CFLAGS+=-I${KRB5_DIR}/plugins/audit .include .SUFFIXES: .h .c