diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-03-25 08:35:55 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2020-03-25 08:35:55 +0000 |
| commit | fdf46c24f036105c4bb50fe2cd510b0115280e58 (patch) | |
| tree | 68129e3720d91c20505c0f0da343b6055d387887 /libexec/rc/Makefile | |
| parent | 483955de74821b7268f4da207d9fe716f64ed5cd (diff) | |
Notes
Diffstat (limited to 'libexec/rc/Makefile')
| -rw-r--r-- | libexec/rc/Makefile | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/libexec/rc/Makefile b/libexec/rc/Makefile index b405512fa12bb..974eb86611822 100644 --- a/libexec/rc/Makefile +++ b/libexec/rc/Makefile @@ -2,28 +2,25 @@ .include <src.opts.mk> -BINDIR= /etc -FILESGROUPS= RCETC RCETCEXEC RCETCDEFAULTS -RCETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended -RCETCPACKAGE= rc +CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS +CONFETCDIR= /etc +CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended +CONFETCPACKAGE= rc .if ${MK_IPFW} != "no" -FILESGROUPS+= RCIPFW -RCIPFW+= rc.firewall -RCIPFWPACKAGE= ipfw +CONFETC+= rc.firewall .endif .if ${MK_SENDMAIL} != "no" -FILESGROUPS+= RCSENDMAIL -RCSENDMAIL+= rc.sendmail -RCSENDMAILPACKAGE= sendmail +CONFETC+= rc.sendmail .endif -RCETCMODE= 644 -RCETCEXEC= netstart pccard_ether rc.resume rc.suspend -RCETCEXECMODE= 755 -RCETCEXECPACKAGE= rc -RCETCDEFAULTSDIR= /etc/defaults -RCETCDEFAULTS= rc.conf -RCETCDEFAULTSPACKAGE= rc +CONFETCMODE= 644 +CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend +CONFETCEXECDIR= /etc +CONFETCEXECMODE= 755 +CONFETCEXECPACKAGE= rc +CONFETCDEFAULTSDIR= /etc/defaults +CONFETCDEFAULTS= rc.conf +CONFETCDEFAULTSPACKAGE= rc SUBDIR+= rc.d |
