Link arch amd64 regress to build.
authorbluhm <bluhm@openbsd.org>
Tue, 21 Aug 2018 18:42:40 +0000 (18:42 +0000)
committerbluhm <bluhm@openbsd.org>
Tue, 21 Aug 2018 18:42:40 +0000 (18:42 +0000)
regress/sys/arch/amd64/Makefile [new file with mode: 0644]

diff --git a/regress/sys/arch/amd64/Makefile b/regress/sys/arch/amd64/Makefile
new file mode 100644 (file)
index 0000000..c5a8579
--- /dev/null
@@ -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 <bsd.subdir.mk>