Home | History | Annotate | Line # | Download | only in hpropd
Makefile revision 1.4
      1 # $NetBSD: Makefile,v 1.4 2023/06/20 17:23:03 christos 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 PROGDPLIBS+= ${DPLIBHDB}
     18 
     19 .include <${HEIMBASE}/Makefile.rules.inc>
     20 .include <bsd.prog.mk>
     21