MFC r311114:

Build libexec/kadmind when MK_GSSAPI != no because it requires gssapi
This commit is contained in:
Enji Cooper 2017-01-09 01:31:12 +00:00
parent 870f17a449
commit c8b917cd96
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=311730

View File

@ -1,7 +1,13 @@
# $FreeBSD$
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind kdc \
.include <bsd.own.mk>
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kdc \
kdigest kfd kimpersonate kpasswdd kcm
SUBDIR_PARALLEL=
.if ${MK_GSSAPI} != "no"
SUBDIR+= kadmind
.endif
.include <bsd.subdir.mk>