xref: /minix3/crypto/external/bsd/heimdal/libexec/ipropd-slave/Makefile (revision ebfedea0ce5bbe81e252ddf32d732e40fb633fae)
1*ebfedea0SLionel Sambuc# $NetBSD: Makefile,v 1.2 2011/05/25 19:21:18 he Exp $
2*ebfedea0SLionel Sambuc
3*ebfedea0SLionel Sambuc.include <bsd.own.mk>
4*ebfedea0SLionel Sambuc.include <${.CURDIR}/../../Makefile.inc>
5*ebfedea0SLionel Sambuc
6*ebfedea0SLionel Sambuc.PATH:		${HEIMDIST}/lib/kadm5
7*ebfedea0SLionel Sambuc
8*ebfedea0SLionel SambucPROG=		ipropd-slave
9*ebfedea0SLionel Sambuc
10*ebfedea0SLionel Sambuc# man page included with ipropd-master
11*ebfedea0SLionel SambucMAN=
12*ebfedea0SLionel Sambuc
13*ebfedea0SLionel SambucSRCS+= 	ipropd_slave.c ipropd_common.c
14*ebfedea0SLionel Sambuc
15*ebfedea0SLionel SambucCPPFLAGS+= 				\
16*ebfedea0SLionel Sambuc	-I${HEIMDIST}/lib/krb5		\
17*ebfedea0SLionel Sambuc	-I${HEIMDIST}/lib/asn1		\
18*ebfedea0SLionel Sambuc	-I${DESTDIR}/usr/include/kadm5
19*ebfedea0SLionel Sambuc
20*ebfedea0SLionel SambucLDADD+= -lkadm5srv -lhdb -lutil
21*ebfedea0SLionel SambucDPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBUTIL}
22*ebfedea0SLionel Sambuc
23*ebfedea0SLionel Sambuc.include <${HEIMBASE}/Makefile.rules.inc>
24*ebfedea0SLionel Sambuc.include <bsd.prog.mk>
25