Remove building with NOCRYPTO option
[minix.git] / crypto / external / bsd / heimdal / libexec / hpropd / Makefile
blobfa9fe48f83a698ea9beba689853d980370ae68cb
1 # $NetBSD: Makefile,v 1.2 2011/05/25 19:21:18 he Exp $
3 .include <bsd.own.mk>
4 .include <${.CURDIR}/../../Makefile.inc>
6 .PATH: ${HEIMDIST}/kdc
8 PROG= hpropd
9 SRCS= hpropd.c
10 MAN= hpropd.8
12 CPPFLAGS+= \
13 -I${HEIMBASE}/include/krb5 \
14 -I${HEIMDIST}/lib/asn1 \
15 -I${HEIMDIST}/lib/krb5
17 LDADD+= -lhdb
18 DPADD+= ${LIBHDB}
20 .include <${HEIMBASE}/Makefile.rules.inc>
21 .include <bsd.prog.mk>