summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-04-19 17:01:21 +0000
committerCy Schubert <cy@FreeBSD.org>2020-04-19 17:01:21 +0000
commit4574585e8ff4d500b3e0e5cc55eb07e087a59811 (patch)
tree3519921f7a70037307a5a7d0cc59ca873831799f /libexec
parent0de1739f534d78cf160f60902645c10fd8149806 (diff)
downloadsrc-test2-4574585e8ff4d500b3e0e5cc55eb07e087a59811.tar.gz
src-test2-4574585e8ff4d500b3e0e5cc55eb07e087a59811.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 77499e483f0d..943d5171e8a1 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -242,16 +242,19 @@ CONFS+= lpd
.if ${MK_KERBEROS} != "no"
CONFS+= ipropd_master
CONFS+= ipropd_slave
-_kadmind= kadmind
-_kdc= kdc
-_kfd= kfd
-_kpasswdd= kpasswdd
DIRS+= VAR_HEMIDAL
VAR_HEMIDAL= /var/heimdal
VAR_HEMIDAL_MODE= 700
.endif
+.if ${MK_KERBEROS_SCRIPTS} != "no"
+_kadmind= kadmind
+_kdc= kdc
+_kfd= kfd
+_kpasswdd= kpasswdd
+.endif
+
.if ${MK_MAIL} != "no"
CONFS+= othermta
.endif