f85d2d1c14
If necessary, pull in <bsd.sys.mk> to get the definition of HOST_SH; Makefiles that pull in one of (most of) <bsd.*.mk> will get this anyway.
17 lines
255 B
Makefile
17 lines
255 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/10/26 07:25:36 lukem Exp $
|
|
|
|
.include <bsd.sys.mk> # for HOST_SH
|
|
|
|
# regenerate isp.S, fpsp.S, pfpsp.S
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .sa .S
|
|
|
|
.PATH: dist
|
|
|
|
.sa.S:
|
|
${HOST_SH} asm2gas ${.IMPSRC} >${.TARGET}
|
|
|
|
all: isp.S fpsp.S pfpsp.S
|