2000-01-15 21:38:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-01-02 19:02:00 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
|
|
|
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kdc \
|
2012-03-22 08:48:42 +00:00
|
|
|
kdigest kfd kimpersonate kpasswdd kcm
|
2015-09-26 14:13:51 +00:00
|
|
|
SUBDIR_PARALLEL=
|
2000-01-15 21:38:08 +00:00
|
|
|
|
2017-01-02 19:02:00 +00:00
|
|
|
.if ${MK_GSSAPI} != "no"
|
|
|
|
SUBDIR+= kadmind
|
|
|
|
.endif
|
|
|
|
|
2000-01-15 21:38:08 +00:00
|
|
|
.include <bsd.subdir.mk>
|