etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / libexec / ipropd-slave / Makefile
blob9aaeb9da83d620985ceb063b1d34fc471e725cf0
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}/lib/kadm5
8 PROG= ipropd-slave
10 # man page included with ipropd-master
11 MAN=
13 SRCS+= ipropd_slave.c ipropd_common.c
15 CPPFLAGS+= \
16 -I${HEIMDIST}/lib/krb5 \
17 -I${HEIMDIST}/lib/asn1 \
18 -I${DESTDIR}/usr/include/kadm5
20 LDADD+= -lkadm5srv -lhdb -lutil
21 DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBUTIL}
23 .include <${HEIMBASE}/Makefile.rules.inc>
24 .include <bsd.prog.mk>