1 1.4 christos # $NetBSD: Makefile,v 1.4 2023/06/22 22:39:23 christos Exp $ 2 1.1 christos 3 1.1 christos .include <bsd.own.mk> 4 1.1 christos .include <${.CURDIR}/../../Makefile.inc> 5 1.1 christos 6 1.1 christos USE_FORT?= yes # cryptographic software 7 1.1 christos 8 1.3 christos .PATH: ${HEIMDIST}/kuser 9 1.1 christos 10 1.1 christos PROG= kvno 11 1.1 christos 12 1.1 christos 13 1.1 christos #HEIMSRCS= kcc-commands.in 14 1.1 christos 15 1.3 christos SRCS= kvno.c 16 1.1 christos MAN= kvno.1 17 1.1 christos 18 1.3 christos CPPFLAGS+= -I${DESTDIR}/usr/include/krb5 19 1.1 christos COPTS.kvno.c+= -Wno-deprecated-declarations 20 1.1 christos 21 1.4 christos PROGDPLIBS+= ${DPLIBKAFS} ${DPLIBSL} 22 1.1 christos 23 1.1 christos .include <${HEIMBASE}/Makefile.rules.inc> 24 1.1 christos .include <bsd.prog.mk> 25 1.4 christos 26 1.4 christos LDADD+= -ledit -lterminfo ${KRB5LDADD} 27 1.4 christos DPADD+= ${LIBEDIT} ${LIBTERMINFO} ${KRB5DPADD} 28