summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 09:51:21 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 09:51:21 +0000
commite0eed6b400483871c1ea8bce34af9d6f9643b54b (patch)
tree40921ea75395ed5ee464a97f6cd43eafd8bba3cb /etc/rc.d
parent26e27ce8ccbecf10ddb905e2e82973b8dfa6e2ef (diff)
downloadFreeBSD-src-e0eed6b400483871c1ea8bce34af9d6f9643b54b.zip
FreeBSD-src-e0eed6b400483871c1ea8bce34af9d6f9643b54b.tar.gz
Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave
MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 804966e..a19f73a 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -54,8 +54,6 @@ FILES= DAEMON \
ipfw \
ipmon \
ipnat \
- ipropd_master \
- ipropd_slave \
ipsec \
${_kadmind} \
${_kdc} \
@@ -213,6 +211,8 @@ _nscd= nscd
.endif
.if ${MK_KERBEROS} != "no"
+FILES+= ipropd_master
+FILES+= ipropd_slave
_kadmind= kadmind
_kdc= kdc
_kfd= kfd
OpenPOWER on IntegriCloud