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 11 12PROG= sim_client 13 14LIBADD= krb5 k5crypto com_err krb5profile krb5support sys 15 16SRCS= sim_client.c 17 18CFLAGS+=-I${KRB5_DIR}/include \ 19 -I${KRB5_SRCTOP}/include 20 21MAN= 22 23.include <bsd.prog.mk> 24 25.PATH: ${KRB5_DIR}/appl/simple 26