summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-09 16:48:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2016-03-09 16:48:20 +0000
commit658c47d5b191bab567c0b571c6ccf5325f5a382b (patch)
tree76a49b613dd6f3cd5718daf2088992f7b0af8a30
parent46e8be5728158ffcef3b9fa1bd2a4b1989ceb159 (diff)
remove handling of vax
-rw-r--r--sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index cb40bc6a583..9f733aadfdb 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.42 2016/03/01 16:43:08 naddy Exp $
+# $OpenBSD: Makefile,v 1.43 2016/03/09 16:48:19 deraadt Exp $
# Makefile for kernel tags files, init_sysent, etc.
ARCH= alpha amd64 armish armv7 \
hppa hppa64 i386 landisk loongson \
luna88k macppc octeon sgi socppc \
- sparc sparc64 vax zaurus
+ sparc sparc64 zaurus
all:
@echo "Doing nothing. Did you want make syscalls?"