From a1c86173e923de9fd7c13c451d6bc13c19eb64b8 Mon Sep 17 00:00:00 2001 From: bluhm Date: Tue, 21 Aug 2018 18:42:40 +0000 Subject: [PATCH] Link arch amd64 regress to build. --- regress/sys/arch/amd64/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 regress/sys/arch/amd64/Makefile diff --git a/regress/sys/arch/amd64/Makefile b/regress/sys/arch/amd64/Makefile new file mode 100644 index 00000000000..c5a85794863 --- /dev/null +++ b/regress/sys/arch/amd64/Makefile @@ -0,0 +1,15 @@ +# $OpenBSD: Makefile,v 1.1 2018/08/21 18:42:40 bluhm Exp $ + +.if ${MACHINE_ARCH} == "amd64" +SUBDIR = +SUBDIR += fpu + +.elif make(regress) || make(all) +${.TARGETS}: + @echo Regress for architecture amd64 cannot run on ${MACHINE_ARCH}. + @echo SKIPPED +.endif + +install: + +.include -- 2.20.1