1
2.include <src.opts.mk>
3
4SUBDIR=	digest-service ipropd-master ipropd-slave hprop hpropd kdc \
5	kdigest kfd kimpersonate kpasswdd kcm
6SUBDIR_PARALLEL=
7
8.if ${MK_GSSAPI} != "no"
9SUBDIR+=	kadmind
10.endif
11
12.include <bsd.subdir.mk>
13