summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-02-04 09:10:46 +0000
committerngie <ngie@FreeBSD.org>2015-02-04 09:10:46 +0000
commit50ffbe800bc375cb06b3343631d5013b624ada4b (patch)
treed67bf5d3f777b599bdb0dbb44b15cb8ff267d649 /etc
parent250dcf712f2a948b0c808f09db966d3746c520f0 (diff)
downloadFreeBSD-src-50ffbe800bc375cb06b3343631d5013b624ada4b.zip
FreeBSD-src-50ffbe800bc375cb06b3343631d5013b624ada4b.tar.gz
MFC r277739:
r277739: Honor MK_JAIL with etc/rc.d/jail Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 434896b..ef66965 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -69,7 +69,6 @@ FILES= DAEMON \
${_ipxrouted} \
iscsictl \
iscsid \
- jail \
${_kadmind} \
${_kdc} \
keyserv \
@@ -183,6 +182,10 @@ FILES+= bsnmpd
_ipxrouted= ipxrouted
.endif
+.if ${MK_JAIL} != "no"
+FILES+= jail
+.endif
+
.if ${MK_KERBEROS} != "no"
_kadmind= kadmind
_kdc= kdc
OpenPOWER on IntegriCloud