Build libexec/kadmind when MK_GSSAPI != no because it requires gssapi
MFC after: 1 week
This commit is contained in:
parent
7ee34a31fd
commit
739666dd97
@ -1,7 +1,13 @@
|
|||||||
# $FreeBSD$
|
# $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
|
kdigest kfd kimpersonate kpasswdd kcm
|
||||||
SUBDIR_PARALLEL=
|
SUBDIR_PARALLEL=
|
||||||
|
|
||||||
|
.if ${MK_GSSAPI} != "no"
|
||||||
|
SUBDIR+= kadmind
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user