Home | History | Annotate | Line # | Download | only in hpropd
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2011/05/25 19:21:18 he Exp $
      2 
      3 .include <bsd.own.mk>
      4 .include <${.CURDIR}/../../Makefile.inc>
      5 
      6 .PATH:		${HEIMDIST}/kdc
      7 
      8 PROG=	hpropd
      9 SRCS=	hpropd.c
     10 MAN=	hpropd.8
     11 
     12 CPPFLAGS+= 				\
     13 	-I${HEIMBASE}/include/krb5	\
     14 	-I${HEIMDIST}/lib/asn1		\
     15 	-I${HEIMDIST}/lib/krb5
     16 
     17 LDADD+= -lhdb
     18 DPADD+= ${LIBHDB}
     19 
     20 .include <${HEIMBASE}/Makefile.rules.inc>
     21 .include <bsd.prog.mk>
     22