xref: /minix/crypto/external/bsd/heimdal/bin/Makefile (revision 0a6a1f1d)
1# $NetBSD: Makefile,v 1.2 2014/04/01 21:38:26 christos Exp $
2
3.include <bsd.own.mk>
4
5HEIMBASE=${.CURDIR}/..
6
7.if (${MKKERBEROS} != "no")
8SUBDIR =		\
9	gsstool		\
10	hxtool		\
11	kcc		\
12	kdestroy	\
13	kgetcred	\
14	kinit		\
15	kpasswd		\
16	krb5-config	\
17	kvno		\
18	string2key	\
19	verify_krb5_conf
20
21.endif	# MKKERBEROS != no
22
23.include <bsd.subdir.mk>
24