Home | History | Annotate | Line # | Download | only in kgetcred
      1  1.5  christos # $NetBSD: Makefile,v 1.5 2023/06/22 22:39:23 christos Exp $
      2  1.1     elric 
      3  1.1     elric .include <bsd.own.mk>
      4  1.1     elric .include <${.CURDIR}/../../Makefile.inc>
      5  1.1     elric 
      6  1.1     elric USE_FORT?= yes	# cryptographic software
      7  1.1     elric 
      8  1.1     elric .PATH: ${HEIMDIST}/kuser
      9  1.1     elric 
     10  1.1     elric PROG= kgetcred
     11  1.1     elric SRCS= kgetcred.c
     12  1.1     elric 
     13  1.5  christos PROGDPLIBS+= ${DPLIBKAFS} ${DPLIBSL} ${DPLIBHEIMNTLM}
     14  1.3       mrg 
     15  1.1     elric .include <${HEIMBASE}/Makefile.rules.inc>
     16  1.1     elric .include <bsd.prog.mk>
     17  1.5  christos 
     18  1.5  christos LDADD+= ${KRB5LDADD}
     19  1.5  christos DPADD+= ${KRB5DPADD}
     20