xref: /openbsd/regress/sys/arch/amd64/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.1 2018/08/21 18:42:40 bluhm Exp $
2
3.if ${MACHINE_ARCH} == "amd64"
4SUBDIR =
5SUBDIR +=	fpu
6
7.elif make(regress) || make(all)
8${.TARGETS}:
9	@echo Regress for architecture amd64 cannot run on ${MACHINE_ARCH}.
10	@echo SKIPPED
11.endif
12
13install:
14
15.include <bsd.subdir.mk>
16