1#	$NetBSD: Makefile.rstart,v 1.1 2015/07/23 07:34:38 mrg Exp $
2
3.include <bsd.own.mk>
4
5.PATH:		${X11SRCDIR.rstart}/${CFDIR}
6FILESDIR=	${X11ETCDIR}/rstart/${CFDIR}
7
8.for _F in ${CFFILES}
9${_F}.sed: ${_F}
10	${_MKTARGET_CREATE}
11	rm -f ${.TARGET}
12	${TOOL_SED} ${CFSED} < ${.ALLSRC} > ${.TARGET}
13
14CONFIGFILES+=		${_F}.sed
15CLEANFILES+=		${_F}.sed
16FILESNAME_${_F}.sed=	${_F}
17.endfor
18
19TARGETS+=	configinstall
20
21realall: ${CONFIGFILES}
22