artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c51236a
)
Link arch amd64 regress to build.
author
bluhm
<bluhm@openbsd.org>
Tue, 21 Aug 2018 18:42:40 +0000
(18:42 +0000)
committer
bluhm
<bluhm@openbsd.org>
Tue, 21 Aug 2018 18:42:40 +0000
(18:42 +0000)
regress/sys/arch/amd64/Makefile
[new file with mode: 0644]
patch
|
blob
diff --git a/regress/sys/arch/amd64/Makefile
b/regress/sys/arch/amd64/Makefile
new file mode 100644
(file)
index 0000000..
c5a8579
--- /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 <bsd.subdir.mk>