summaryrefslogtreecommitdiff
path: root/regress/sys/copy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/sys/copy/Makefile')
-rw-r--r--regress/sys/copy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sys/copy/Makefile b/regress/sys/copy/Makefile
index 9c50e878910..d81c9c68423 100644
--- a/regress/sys/copy/Makefile
+++ b/regress/sys/copy/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2016/05/11 21:52:49 deraadt Exp $
+# $OpenBSD: Makefile,v 1.7 2016/09/01 10:12:35 tedu Exp $
PROG=copy
CFLAGS+= -Wall
# Distinct address space: hppa m88k powerpc sparc64
-# Shared address space: alpha amd64 arm i386 mips sparc vax
+# Shared address space: alpha amd64 arm i386 mips
.if (${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "m88k" || \
${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc64")