Home | History | Annotate | Line # | Download | only in 060sp
Makefile revision 1.10
      1  1.10    apb # $NetBSD: Makefile,v 1.10 2008/03/28 22:29:16 apb Exp $
      2   1.7  lukem 
      3   1.9    apb .include <bsd.sys.mk>		# for HOST_SH, TOOL_SED
      4   1.1     is 
      5   1.5     is # regenerate isp.S, fpsp.S, pfpsp.S
      6   1.1     is 
      7   1.5     is .SUFFIXES:
      8   1.1     is 
      9   1.5     is .SUFFIXES: .sa .S
     10   1.1     is 
     11   1.6     is .PATH: dist
     12   1.6     is 
     13   1.7  lukem .sa.S:
     14  1.10    apb 	SED=${TOOL_SED:Q} \
     15   1.7  lukem 	${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET}
     16   1.5     is 
     17   1.5     is all: isp.S fpsp.S pfpsp.S
     18