1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:44 elric 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 string2key \ 18 verify_krb5_conf 19 20.endif # MKKERBEROS != no 21 22.include <bsd.subdir.mk> 23