# $FreeBSD$ .include CONFGROUPS= CONFETC CONFETCEXEC CONFETCDEFAULTS CONFETCDIR= /etc CONFETC= network.subr rc rc.initdiskless rc.subr rc.shutdown rc.bsdextended CONFETCPACKAGE= rc .if ${MK_IPFW} != "no" CONFETC+= rc.firewall .endif .if ${MK_SENDMAIL} != "no" CONFETC+= rc.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 SUBDIR+= rc.d .include