xref: /minix/crypto/external/bsd/heimdal/sbin/Makefile (revision 0a6a1f1d)
1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:58 elric Exp $
2
3.include "bsd.own.mk"
4
5.if (${MKKERBEROS} != "no")
6SUBDIR =		\
7	hprop		\
8	iprop-log	\
9	kadmin		\
10	kcm		\
11	kdc		\
12	kdigest		\
13	kimpersonate	\
14	kstash		\
15	ktutil
16
17.endif	# MKKERBEROS != no
18
19.include <bsd.subdir.mk>
20