1f0f0053aSEmmanuel Vadot.include <src.opts.mk> 2f0f0053aSEmmanuel Vadot 3fdf46c24SBaptiste DaroussinCONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS 4fdf46c24SBaptiste DaroussinCONFETCDIR= /etc 5fdf46c24SBaptiste DaroussinCONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended 6fdf46c24SBaptiste DaroussinCONFETCPACKAGE= rc 78c15be73SEmmanuel Vadot 8f0f0053aSEmmanuel Vadot.if ${MK_IPFW} != "no" 9fdf46c24SBaptiste DaroussinCONFETC+= rc.firewall 10f0f0053aSEmmanuel Vadot.endif 11fdf46c24SBaptiste DaroussinCONFETCMODE= 644 12fdf46c24SBaptiste DaroussinCONFETCEXEC= netstart pccard_ether rc.resume rc.suspend 13fdf46c24SBaptiste DaroussinCONFETCEXECDIR= /etc 14fdf46c24SBaptiste DaroussinCONFETCEXECMODE= 755 15fdf46c24SBaptiste DaroussinCONFETCEXECPACKAGE= rc 16fdf46c24SBaptiste DaroussinCONFETCDEFAULTSDIR= /etc/defaults 17fdf46c24SBaptiste DaroussinCONFETCDEFAULTS= rc.conf 18fdf46c24SBaptiste DaroussinCONFETCDEFAULTSPACKAGE= rc 190696600cSBjoern A. Zeeb 20aa3b7a2fSSimon J. GerratyFILESGROUPS= LIBEXEC_SCRIPTS 21*7e1c014aSSimon J. GerratyLIBEXEC_SCRIPTS= debug.sh hooks.sh safe_eval.sh 22aa3b7a2fSSimon J. GerratyLIBEXEC_SCRIPTSDIR= /libexec 23aa3b7a2fSSimon J. GerratyLIBEXEC_SCRIPTSMODE= 755 24aa3b7a2fSSimon J. GerratyLIBEXEC_SCRIPTSPACKAGE= rc 25aa3b7a2fSSimon J. Gerraty 260696600cSBjoern A. ZeebSUBDIR+= rc.d 270696600cSBjoern A. Zeeb 28e7437ae9SMateusz PiotrowskiHAS_TESTS= 29e7437ae9SMateusz PiotrowskiSUBDIR.${MK_TESTS}+= tests 30e7437ae9SMateusz Piotrowski 310696600cSBjoern A. Zeeb.include <bsd.prog.mk> 32