summaryrefslogtreecommitdiff
path: root/kerberosIV/libexec/Makefile
blob: 5679d0e0cec6953fc1b0476368db70d9d6798f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.4 2003/03/21 09:46:37 hin Exp $

.include <bsd.own.mk> # for KERBEROS5

SUBDIR=	kauthd kpropd

.if (${KERBEROS5:L} != "yes")
SUBDIR+=kadmind
.endif

.include <bsd.subdir.mk>