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

.include "bsd.own.mk"

.if (${MKKERBEROS} != "no")

SUBDIR =		\
	digest-service	\
	hpropd		\
	ipropd-master	\
	ipropd-slave	\
	kadmind		\
	kpasswdd

.endif	# MKKERBEROS != no

.include <bsd.subdir.mk>