1.include <src.opts.mk> 2 3SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kdc \ 4 kdigest kfd kimpersonate kpasswdd kcm 5SUBDIR_PARALLEL= 6 7.if ${MK_GSSAPI} != "no" 8SUBDIR+= kadmind 9.endif 10 11.include <bsd.subdir.mk> 12