Home | History | Annotate | Line # | Download | only in gsstool
      1  1.4  christos # $NetBSD: Makefile,v 1.4 2023/06/22 22:39:22 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}/lib/gssapi
      9  1.1     elric 
     10  1.1     elric PROG= gsstool
     11  1.1     elric 
     12  1.1     elric HEIMSRCS=	gsstool.c gss-commands.in
     13  1.1     elric 
     14  1.1     elric MAN=
     15  1.1     elric 
     16  1.4  christos PROGDPLIBS += ${DPLIBGSSAPI} ${DPLIBHEIMNTLM} ${DPLIBSL}
     17  1.1     elric 
     18  1.1     elric .include <${HEIMBASE}/Makefile.rules.inc>
     19  1.1     elric .include <bsd.prog.mk>
     20  1.4  christos 
     21  1.4  christos LDADD+= -ledit -lterminfo ${KRB5LDADD}
     22  1.4  christos DPADD+= ${LIBEDIT} ${LIBTERMINFO} ${KRB5DPADD}
     23