# # SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2025 FreeBSD Foundation # # This sofware was developed by Cy Schubert <[email protected]> # under sponsorship from the FreeBSD Foundation. # PROG= kdestroy LIBADD= krb5 k5crypto com_err krb5profile krb5support sys SRCS= kdestroy.c CFLAGS+=-I${KRB5_DIR}/include \ -I${KRB5_SRCTOP}/include MAN= kdestroy.1 kdestroy.1: kdestroy.man CLEANFILES+= kdestroy.1 .include <bsd.prog.mk> .SUFFIXES: .h .c. .man .1 .man.1: @cp ${.ALLSRC} ${.TARGET} .PATH: ${KRB5_DIR}/clients/kdestroy \ ${KRB5_DIR}/man