1 # $NetBSD: Makefile,v 1.6 2013/05/01 05:36:25 agc Exp $
6 CONFIGFILES
= daily.conf monthly.conf pkgpath.conf security.conf weekly.conf
8 CONFIGFILES
= minix.rc.conf
9 .
endif # !defined(__MINIX)
10 FILESDIR
= /etc
/defaults
11 FILESMODE
= ${NONBINMODE}
13 # Manage arch-specific rc.conf(5) file
15 FILESNAME_rc_conf
= rc.conf
16 FILESBUILD_rc_conf
= yes
18 # If present, rc.conf.append is added to the end of the default rc.conf file
19 RCCONF_SRCS
= ${.CURDIR
}/rc.conf
20 .if exists
(..
/etc.
${MACHINE}/rc.conf.append
)
21 RCCONF_SRCS
+= ${.CURDIR
}/..
/etc.
${MACHINE}/rc.conf.append
24 rc_conf
: ${RCCONF_SRCS}
26 ${TOOL_CAT} ${RCCONF_SRCS} > ${.TARGET
}
28 .
include <bsd.prog.mk
>