summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-23 08:06:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-23 08:06:57 +0000
commitc3d93c23575195811dbc12e0c7453e3dc356d4c2 (patch)
tree2ac4450078a7e80e420bb9895624d54000588a98
parent971d74304c6f7c8d620c93d801d52bdd5a7802bc (diff)
let this run on a few more archs
-rw-r--r--regress/sys/kern/noexec/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/sys/kern/noexec/Makefile b/regress/sys/kern/noexec/Makefile
index 16c1efe30e3..a5170eeb90d 100644
--- a/regress/sys/kern/noexec/Makefile
+++ b/regress/sys/kern/noexec/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2003/07/31 15:57:29 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2004/02/23 08:06:56 deraadt Exp $
.if ${MACHINE} == "sparc64" || ${MACHINE} == "sparc" || \
- ${MACHINE} == "alpha" || ${MACHINE} == "macppc" || \
- ${MACHINE} == "mvmeppc" || ${MACHINE} == "i386" || \
+ ${MACHINE} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "x86_64" || ${MACHINE} == "i386" || \
${MACHINE} == "hppa"
PROG= noexec