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