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