summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
committerguenther <guenther@openbsd.org>2016-09-03 13:37:39 +0000
commitd864fd983f773f29bf82c253c880a705db0a651f (patch)
tree3085cf85004214a7176d2c132e23382a761f37a4 /sys/kern
parentRemove iwm_alloc_* wrapper functions around iwm_dma_contig_alloc(). (diff)
downloadwireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.tar.xz
wireguard-openbsd-d864fd983f773f29bf82c253c880a705db0a651f.zip
Retire zaurus, as it hasn't made the EABI jump and will be permanently broken
shortly when we use the hardware thread register in userland
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 66112e5ef1e..7b9ea74dead 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.46 2016/09/01 09:21:08 tedu Exp $
+# $OpenBSD: Makefile,v 1.47 2016/09/03 13:37:45 guenther Exp $
# Makefile for kernel tags files, init_sysent, etc.
ARCH= alpha amd64 armv7 \
hppa i386 landisk loongson \
luna88k macppc octeon sgi socppc \
- sparc64 zaurus
+ sparc64
all:
@echo "Doing nothing. Did you want make syscalls?"