summaryrefslogtreecommitdiff
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r--etc/rc.d/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 10fe26b12a1b9..2163118572106 100644
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -204,7 +204,8 @@ FILES+= iscsid
.endif
.if ${MK_JAIL} != "no"
-FILES+= jail
+FILESGROUPS+= JAIL
+JAIL+= jail
.endif
.if ${MK_LEGACY_CONSOLE} != "no"
@@ -307,4 +308,8 @@ BSNMPDIR= /etc/rc.d
BSNMPMODE= ${BINMODE}
BSNMPPACKAGE= bsnmp
+JAILDIR= /etc/rc.d
+JAILMODE= ${BINMODE}
+JAILPACKAGE= jail
+
.include <bsd.prog.mk>