Home | History | Annotate | Line # | Download | only in ISO646
Makefile.inc revision 1.2
      1 # $NetBSD: Makefile.inc,v 1.2 2003/10/19 14:08:52 lukem 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 	${_MKMSGCREATE}
     11 	${_MKCMD}\
     12 	sed 's/ISO646-x/ISO646-$i/' $> > $@
     13 CLEANFILES:= ${CLEANFILES} ISO646-${i:S/:/@/}.src
     14 .endfor
     15