diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 13:37:47 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-09-03 13:37:47 +0000 |
commit | 37aac2adfced782c2d6ae0887a5a64ac95353204 (patch) | |
tree | 3f28a85d7bfa42a25d9d65b8881fc55806fe7518 /etc/Makefile | |
parent | 5b18b0a5b8fface0a094617923f26645064dacc8 (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 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 8b38d20b049..edd13915bad 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.429 2016/09/03 11:58:32 pirofti Exp $ +# $OpenBSD: Makefile,v 1.430 2016/09/03 13:37:40 guenther Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -264,7 +264,7 @@ distrib: SUBDIR+= etc.alpha etc.amd64 etc.armv7 SUBDIR+= etc.hppa etc.i386 etc.landisk etc.loongson etc.luna88k SUBDIR+= etc.macppc etc.octeon -SUBDIR+= etc.sgi etc.socppc etc.sparc64 etc.zaurus +SUBDIR+= etc.sgi etc.socppc etc.sparc64 .include <bsd.subdir.mk> .include <bsd.prog.mk> |