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= kprop_util 15INTERNALLIB= 16LDFLAGS=-Wl,--no-undefined 17INCS= 18 19SRCS= kprop_util.c 20 21CFLAGS+=-I${KRB5_DIR}/lib/krad \ 22 -I${KRB5_DIR}/include \ 23 -I${KRB5_SRCTOP}/include \ 24 -I${.OBJDIR} 25 26.include <bsd.lib.mk> 27 28.PATH: ${KRB5_DIR}/kprop 29