1 # $NetBSD: Makefile,v 1.10 2008/03/28 22:29:16 apb Exp $ 2 3 .include <bsd.sys.mk> # for HOST_SH, TOOL_SED 4 5 # regenerate isp.S, fpsp.S, pfpsp.S 6 7 .SUFFIXES: 8 9 .SUFFIXES: .sa .S 10 11 .PATH: dist 12 13 .sa.S: 14 SED=${TOOL_SED:Q} \ 15 ${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET} 16 17 all: isp.S fpsp.S pfpsp.S 18