1#	$OpenBSD: Makefile,v 1.1 2003/07/12 06:31:49 jason Exp $
2
3PROG=asi
4NOMAN=
5SRCS=fpregs.S asi.c asi_asm.S
6CFLAGS+=-I${.CURDIR}/../goodfreg
7
8.PATH: ${.CURDIR}/../goodfreg
9
10.include <bsd.regress.mk>
11