1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $
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