mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
13 lines
238 B
Makefile
13 lines
238 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|