Makefile revision 311730
1# $FreeBSD: stable/10/kerberos5/libexec/Makefile 311730 2017-01-09 01:31:12Z ngie $
2
3.include <bsd.own.mk>
4
5SUBDIR=	digest-service ipropd-master ipropd-slave hprop hpropd kdc \
6	kdigest kfd kimpersonate kpasswdd kcm
7SUBDIR_PARALLEL=
8
9.if ${MK_GSSAPI} != "no"
10SUBDIR+=	kadmind
11.endif
12
13.include <bsd.subdir.mk>
14