1 # $NetBSD: Makefile.inc,v 1.1 2003/06/27 08:40:52 tshiozak Exp $ 2 3 .PATH: ${.CURDIR}/CP 4 5 CODE:= CP 6 SEP_CP:= 7 .include "${.CURDIR}/Makefile.part" 8 9 .for i in ${CP_PART} 10 .if !exists(${.CURDIR}/CP/CP${i:S/:/@/}.src) 11 CP${i:S/:/@/}.src: CP.src 12 sed 's/CPx/CP$i/' $> > $@ 13 CLEANFILES+= CP${i:S/:/@/}.src 14 .endif 15 .endfor 16