]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - kerberos5/libexec/Makefile
MFC r368207,368607:
[FreeBSD/stable/10.git] / kerberos5 / libexec / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kdc \
6         kdigest kfd kimpersonate kpasswdd kcm
7 SUBDIR_PARALLEL=
8
9 .if ${MK_GSSAPI} != "no"
10 SUBDIR+=        kadmind
11 .endif
12
13 .include <bsd.subdir.mk>