2018-10-17 16:49:11 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2019-05-22 07:21:05 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
2020-03-25 08:35:55 +00:00
|
|
|
CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS
|
|
|
|
CONFETCDIR= /etc
|
|
|
|
CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended
|
|
|
|
CONFETCPACKAGE= rc
|
2019-09-05 14:08:45 +00:00
|
|
|
|
2019-05-22 07:21:05 +00:00
|
|
|
.if ${MK_IPFW} != "no"
|
2020-03-25 08:35:55 +00:00
|
|
|
CONFETC+= rc.firewall
|
2019-05-22 07:21:05 +00:00
|
|
|
.endif
|
2019-05-22 07:22:08 +00:00
|
|
|
.if ${MK_SENDMAIL} != "no"
|
2020-03-25 08:35:55 +00:00
|
|
|
CONFETC+= rc.sendmail
|
2019-05-22 07:22:08 +00:00
|
|
|
.endif
|
2020-03-25 08:35:55 +00:00
|
|
|
CONFETCMODE= 644
|
|
|
|
CONFETCEXEC= netstart pccard_ether rc.resume rc.suspend
|
|
|
|
CONFETCEXECDIR= /etc
|
|
|
|
CONFETCEXECMODE= 755
|
|
|
|
CONFETCEXECPACKAGE= rc
|
|
|
|
CONFETCDEFAULTSDIR= /etc/defaults
|
|
|
|
CONFETCDEFAULTS= rc.conf
|
|
|
|
CONFETCDEFAULTSPACKAGE= rc
|
2018-10-17 16:49:11 +00:00
|
|
|
|
|
|
|
SUBDIR+= rc.d
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|