# # SPDX-License-Idendifier: BSD-2-Clause # # Copyright (c) 2025 FreeBSD Foundation # # This sofware was developed by Cy Schubert # under sponsorship from the FreeBSD Foundation. # .include "../Makefile.inc" PROG= kprop LIBADD= kprop_util krb5 k5crypto com_err krb5profile krb5support util sys SRCS= kprop.c MAN= kprop.8 CFLAGS+=-I${KRB5_DIR}/include \ -I${KRB5_SRCTOP}/include .include .SUFFIXES: .h .c .man .8 .man.8: @cp ${.ALLSRC} ${.TARGET} .PATH: ${KRB5_DIR}/kprop \ ${KRB5_DIR}/man