summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-04-19 21:38:03 +0000
committerCy Schubert <cy@FreeBSD.org>2020-04-19 21:38:03 +0000
commit12de77b3dba0ebe2aac1d51d5c81a48e547212d7 (patch)
treeab1adaaed3562617507a68b3f540567740e2e3c9 /libexec
parent944a64087ef72281e917f234737263b1c7fad5cf (diff)
downloadsrc-test2-12de77b3dba0ebe2aac1d51d5c81a48e547212d7.tar.gz
src-test2-12de77b3dba0ebe2aac1d51d5c81a48e547212d7.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rc/rc.d/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
index 943d5171e8a1..77499e483f0d 100644
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -242,17 +242,14 @@ CONFS+= lpd
.if ${MK_KERBEROS} != "no"
CONFS+= ipropd_master
CONFS+= ipropd_slave
-
-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
+
+DIRS+= VAR_HEMIDAL
+VAR_HEMIDAL= /var/heimdal
+VAR_HEMIDAL_MODE= 700
.endif
.if ${MK_MAIL} != "no"