Drop main() prototype. Syncs with NetBSD-8
[minix.git] / share / i18n / esdb / KOI / Makefile.inc
blobbf91c975e918d780b3a57dfa1f70b06f8cf09442
1 # $NetBSD: Makefile.inc,v 1.2 2008/10/25 22:27:36 apb Exp $
3 .PATH: ${.CURDIR}/KOI
5 CODE:=          KOI
6 SEP_KOI:=
7 .include "${.CURDIR}/Makefile.part"
9 .for i in ${KOI_PART}
10 .if !exists(${.CURDIR}/KOI/KOI${i:S/:/@/}.src)
11 KOI${i:S/:/@/}.src: KOI.src
12         ${_MKTARGET_CREATE}
13         ${TOOL_SED} 's/KOIx/KOI$i/' $> > $@
14 CLEANFILES+= KOI${i:S/:/@/}.src
15 .endif
16 .endfor