1# 2# SPDX-License-Idendifier: 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 10PACKAGE= krb5-lib 11 12.include <src.opts.mk> 13 14.include "../Makefile.inc" 15 16LIB= apputils 17INTERNALLIB= 18LDFLAGS=-Wl,--no-undefined 19 20SRCS= net-server.c \ 21 udppktinfo.c \ 22 udppktinfo.h 23 24CFLAGS+=-I${KRB5_DIR}/lib/apputils \ 25 -I${KRB5_DIR}/include \ 26 -I${KRB5_SRCTOP}/include \ 27 -I${.OBJDIR} 28 29.include <bsd.lib.mk> 30 31.PATH: ${KRB5_DIR}/lib/apputils 32