summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/heimdal/sbin/Makefile
blob: 669a52c4578fdd64f94bf2536bc221b63e76b0e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:58 elric Exp $

.include "bsd.own.mk"

.if (${MKKERBEROS} != "no")
SUBDIR =		\
	hprop		\
	iprop-log	\
	kadmin		\
	kcm		\
	kdc		\
	kdigest		\
	kimpersonate	\
	kstash		\
	ktutil

.endif	# MKKERBEROS != no

.include <bsd.subdir.mk>