xref: /freebsd-13.1/libexec/rc/Makefile (revision fdf46c24)
10696600cSBjoern A. Zeeb# $FreeBSD$
20696600cSBjoern A. Zeeb
3f0f0053aSEmmanuel Vadot.include <src.opts.mk>
4f0f0053aSEmmanuel Vadot
5*fdf46c24SBaptiste DaroussinCONFGROUPS=	CONFETC CONFETCEXEC CONFETCDEFAULTS
6*fdf46c24SBaptiste DaroussinCONFETCDIR=	/etc
7*fdf46c24SBaptiste DaroussinCONFETC=	network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended
8*fdf46c24SBaptiste DaroussinCONFETCPACKAGE=	rc
98c15be73SEmmanuel Vadot
10f0f0053aSEmmanuel Vadot.if ${MK_IPFW} != "no"
11*fdf46c24SBaptiste DaroussinCONFETC+=	rc.firewall
12f0f0053aSEmmanuel Vadot.endif
1342438321SEmmanuel Vadot.if ${MK_SENDMAIL} != "no"
14*fdf46c24SBaptiste DaroussinCONFETC+=	rc.sendmail
1542438321SEmmanuel Vadot.endif
16*fdf46c24SBaptiste DaroussinCONFETCMODE=	644
17*fdf46c24SBaptiste DaroussinCONFETCEXEC=	netstart pccard_ether rc.resume rc.suspend
18*fdf46c24SBaptiste DaroussinCONFETCEXECDIR=	/etc
19*fdf46c24SBaptiste DaroussinCONFETCEXECMODE=	755
20*fdf46c24SBaptiste DaroussinCONFETCEXECPACKAGE=	rc
21*fdf46c24SBaptiste DaroussinCONFETCDEFAULTSDIR=	/etc/defaults
22*fdf46c24SBaptiste DaroussinCONFETCDEFAULTS=	rc.conf
23*fdf46c24SBaptiste DaroussinCONFETCDEFAULTSPACKAGE=	rc
240696600cSBjoern A. Zeeb
250696600cSBjoern A. ZeebSUBDIR+=	rc.d
260696600cSBjoern A. Zeeb
270696600cSBjoern A. Zeeb.include <bsd.prog.mk>
28