]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - kerberos5/libexec/Makefile
Fix encoding issues with python 3
[FreeBSD/FreeBSD.git] / kerberos5 / libexec / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.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>