etc/services - sync with NetBSD-8
[minix.git] / crypto / external / bsd / heimdal / libexec / kpasswdd / Makefile
blob2f3104fdd7efe33cfb311d03436cabd131e6ab25
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}/kpasswd
8 PROG= kpasswdd
9 SRCS= kpasswdd.c
10 MAN= kpasswdd.8
12 CPPFLAGS+= -DINETD_SUPPORT
14 LDADD+= -lkadm5srv -lhdb -lutil
15 DPADD+= ${LIBKADM5SRV} ${LIBHDB} ${LIBUTIL}
17 .include <${HEIMBASE}/Makefile.rules.inc>
18 .include <bsd.prog.mk>