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