summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-11 09:00:22 +0000
committerngie <ngie@FreeBSD.org>2015-02-11 09:00:22 +0000
commitf5a4512544e1004f761b474f350ae4ebd61bb09c (patch)
tree70a411cc4f83c8043dacd39c0fc63af9509c07e3 /etc
parentffd518acc50e10ac32ce9b390fb76658b3665d72 (diff)
downloadFreeBSD-src-f5a4512544e1004f761b474f350ae4ebd61bb09c.zip
FreeBSD-src-f5a4512544e1004f761b474f350ae4ebd61bb09c.tar.gz
MFC r277741:
r277741: Respect MK_KERBEROS with etc/rc.d/ipropd_master and etc/rc.d/ipropd_slave Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-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 0c54a91..5deead6 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -55,8 +55,6 @@ FILES= DAEMON \
ipfw \
ipmon \
ipnat \
- ipropd_master \
- ipropd_slave \
ipsec \
${_ipxrouted} \
${_kadmind} \
@@ -202,6 +200,8 @@ FILES+= jail
.endif
.if ${MK_KERBEROS} != "no"
+FILES+= ipropd_master
+FILES+= ipropd_slave
_kadmind= kadmind
_kdc= kdc
_kfd= kfd
OpenPOWER on IntegriCloud