Cross Reference: Makefile
xref: /src/etc/defaults/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/defaults/
Makefile revision 1.5
11.5Sjym#	$NetBSD: Makefile,v 1.5 2011/08/22 20:48:38 jym Exp $
21.1Slukem
31.4Sjym.include <bsd.own.mk>
41.4Sjym
51.4SjymCONFIGFILES=	daily.conf monthly.conf security.conf weekly.conf
61.1SlukemFILESDIR=	/etc/defaults
71.1SlukemFILESMODE=	${NONBINMODE}
81.1Slukem
91.4Sjym# Manage arch-specific rc.conf(5) file
101.4SjymCONFIGFILES+=	rc_conf
111.4SjymFILESNAME_rc_conf=	rc.conf
121.4SjymFILESBUILD_rc_conf=	yes
131.4Sjym
141.5Sjym# If present, rc.conf.append is added to the end of the default rc.conf file
151.4SjymRCCONF_SRCS=	${.CURDIR}/rc.conf
161.5Sjym.if exists(../etc.${MACHINE}/rc.conf.append)
171.5SjymRCCONF_SRCS+=	${.CURDIR}/../etc.${MACHINE}/rc.conf.append
181.4Sjym.endif
191.4Sjym
201.4Sjymrc_conf: ${RCCONF_SRCS}
211.4Sjym	${_MKTARGET_CREATE}
221.4Sjym	${TOOL_CAT} ${RCCONF_SRCS} > ${.TARGET}
231.4Sjym
241.1Slukem.include <bsd.prog.mk>
25

Indexes created Tue Jan 13 06:09:33 GMT 2026