xref: /dragonfly/share/i18n/esdb/KOI/Makefile.inc (revision ef3ac1d1)
1# $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:36 apb Exp $
2
3.PATH: ${.CURDIR}/KOI
4
5CODE:=		KOI
6SEP_KOI:=
7.include "${.CURDIR}/Makefile.part"
8
9.for i in ${KOI_PART}
10.if !exists(${.CURDIR}/KOI/KOI${i:S/:/@/}.src)
11KOI${i:S/:/@/}.src: KOI.src
12	sed 's/KOIx/KOI$i/' $> > $@
13CLEANFILES+= KOI${i:S/:/@/}.src
14.endif
15.endfor
16