summaryrefslogtreecommitdiff
path: root/kerberosIV/libexec/Makefile
blob: 468aeb009d6eeafe448daebe0deb94ec67f9c243 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $OpenBSD: Makefile,v 1.3 2001/06/25 18:17:22 angelos Exp $

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

SUBDIR=	kauthd kerberos kpropd

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

.include <bsd.subdir.mk>