Home | History | Annotate | Line # | Download | only in hprop
Makefile revision 1.2.56.1
      1  1.2.56.1  martin # $NetBSD: Makefile,v 1.2.56.1 2023/08/11 13:40:08 martin 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		# network client
      7       1.1   elric 
      8       1.1   elric .PATH: ${HEIMDIST}/kdc
      9       1.1   elric 
     10       1.1   elric PROG= hprop
     11       1.1   elric 
     12       1.1   elric SRCS+= 	hprop.c mit_dump.c
     13       1.1   elric 
     14       1.1   elric MAN=	hprop.8
     15       1.1   elric 
     16       1.1   elric CPPFLAGS+= 				\
     17       1.1   elric 	-I${HEIMBASE}/include/krb5	\
     18       1.1   elric 	-I${HEIMBASE}/lib/libkrb5	\
     19       1.1   elric 	-I${HEIMDIST}/lib/asn1		\
     20       1.1   elric 	-I${HEIMDIST}/lib/hdb		\
     21  1.2.56.1  martin 	-I${HEIMDIST}/lib/krb5		\
     22       1.1   elric 
     23  1.2.56.1  martin PROGDPLIBS+= ${DPLIBHDB}
     24       1.1   elric 
     25       1.1   elric .include <${HEIMBASE}/Makefile.rules.inc>
     26       1.1   elric .include <bsd.prog.mk>
     27  1.2.56.1  martin 
     28  1.2.56.1  martin LDADD+= -lutil ${KRB5LDADD}
     29  1.2.56.1  martin DPADD+= ${LIBUTIL} ${KRB5DPADD}
     30