1 1.11 christos # $NetBSD: Makefile,v 1.11 2014/01/10 16:41:16 christos Exp $ 2 1.7 lukem 3 1.11 christos .include <bsd.own.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.11 christos 18 1.11 christos all: isp.S fpsp.S pfpsp.S 19 1.11 christos CLEANFILES+=isp.S fpsp.S pfpsp.S 20 1.11 christos 21 1.11 christos .include <bsd.files.mk> 22