diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-01-20 17:07:13 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-01-20 17:07:13 +0000 |
commit | ed0d921874e8d3c8aad7425f630df7fe32252101 (patch) | |
tree | 499e9c4a5140dfe1e940c2194138a1e349d80a90 /etc/rc.d/Makefile | |
parent | 59d43d11fe3e3f490ad5fce4d0349e9eeaf8d765 (diff) |
Notes
Diffstat (limited to 'etc/rc.d/Makefile')
-rw-r--r-- | etc/rc.d/Makefile | 7 |
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> |