Lines Matching refs:conf
5 CONFIGFILES= daily.conf monthly.conf pkgpath.conf \
6 security.conf weekly.conf
9 CONFIGFILES+= npf.boot.conf
15 # Manage arch-specific rc.conf(5) file
17 FILESNAME_rc_conf= rc.conf
20 # If present, rc.conf.append is added to the end of the default rc.conf file
21 RCCONF_SRCS= ${.CURDIR}/rc.conf
22 .if exists(../etc.${MACHINE}/rc.conf.append)
23 RCCONF_SRCS+= ${.CURDIR}/../etc.${MACHINE}/rc.conf.append