summaryrefslogtreecommitdiff
path: root/distrib/Makefile
diff options
context:
space:
mode:
authorPhilip Guenther <guenther@cvs.openbsd.org>2016-09-03 13:37:47 +0000
committerPhilip Guenther <guenther@cvs.openbsd.org>2016-09-03 13:37:47 +0000
commit37aac2adfced782c2d6ae0887a5a64ac95353204 (patch)
tree3f28a85d7bfa42a25d9d65b8881fc55806fe7518 /distrib/Makefile
parent5b18b0a5b8fface0a094617923f26645064dacc8 (diff)
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 'distrib/Makefile')
-rw-r--r--distrib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/Makefile b/distrib/Makefile
index 54fd3e4ab1a..5fba7bbe829 100644
--- a/distrib/Makefile
+++ b/distrib/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.49 2016/09/01 10:08:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.50 2016/09/03 13:37:39 guenther Exp $
SUBDIR= special notes
.if make(obj)
SUBDIR+=alpha amd64 armv7 hppa i386 \
landisk loongson luna88k macppc \
- octeon sgi socppc sparc64 zaurus
+ octeon sgi socppc sparc64
.elif exists(${MACHINE})
SUBDIR+=${MACHINE}
.endif