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