Home | History | Annotate | Line # | Download | only in ISO646
Makefile.inc revision 1.1
      1 # $NetBSD: Makefile.inc,v 1.1 2003/06/27 08:40:57 tshiozak Exp $
      2 
      3 .PATH: ${.CURDIR}/ISO646
      4 
      5 CODE:=		ISO646
      6 .include "${.CURDIR}/Makefile.part"
      7 
      8 .for i in ${ISO646_PART}
      9 ISO646-${i:S/:/@/}.src: ISO646.src
     10 	sed 's/ISO646-x/ISO646-$i/' $> > $@
     11 CLEANFILES:= ${CLEANFILES} ISO646-${i:S/:/@/}.src
     12 .endfor
     13