summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-01-26 09:37:14 +0000
committerngie <ngie@FreeBSD.org>2015-01-26 09:37:14 +0000
commit3f28aaf80d91579ecd9e3c5e9d36719ef163810f (patch)
tree8f132db2de3d0001208352e8c91b7fc998258939 /etc/rc.d
parentce8bfdf2f6cb1be7f5547a4b56e7544f890c214e (diff)
downloadFreeBSD-src-3f28aaf80d91579ecd9e3c5e9d36719ef163810f.zip
FreeBSD-src-3f28aaf80d91579ecd9e3c5e9d36719ef163810f.tar.gz
Honor MK_JAIL with etc/rc.d/jail
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'etc/rc.d')
-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 a013a6c..ee4b8d2 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -57,7 +57,6 @@ FILES= DAEMON \
ipropd_master \
ipropd_slave \
ipsec \
- jail \
${_kadmind} \
${_kdc} \
${_kfd} \
@@ -201,6 +200,10 @@ FILES+= iscsictl
FILES+= iscsid
.endif
+.if ${MK_JAIL} != "no"
+FILES+= jail
+.endif
+
.if ${MK_LPR} != "no"
FILES+= lpd
.endif
OpenPOWER on IntegriCloud