mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
MFC r311114:
Build libexec/kadmind when MK_GSSAPI != no because it requires gssapi
This commit is contained in:
parent
870f17a449
commit
c8b917cd96
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=311730
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user