1# $NetBSD$
2
3.include "bsd.own.mk"
4
5.if (${MKKERBEROS} != "no")
6
7SUBDIR =		\
8	digest-service	\
9	hpropd		\
10	ipropd-master	\
11	ipropd-slave	\
12	kadmind		\
13	kpasswdd
14
15.endif	# MKKERBEROS != no
16
17.include <bsd.subdir.mk>
18