Build libexec/kadmind when MK_GSSAPI != no because it requires gssapi

MFC after:	1 week
This commit is contained in:
Enji Cooper 2017-01-02 19:02:00 +00:00
parent 7ee34a31fd
commit 739666dd97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311114

View File

@ -1,7 +1,13 @@
# $FreeBSD$
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind kdc \
.include <src.opts.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>