From 37aac2adfced782c2d6ae0887a5a64ac95353204 Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Sat, 3 Sep 2016 13:37:47 +0000 Subject: 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 --- usr.sbin/apm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/apm') diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index 6abc167465b..88e6d996929 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.16 2016/09/01 09:59:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2016/09/03 13:37:46 guenther Exp $ .if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ (${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc64") || (${MACHINE} == "zaurus") + (${MACHINE} == "sparc64") SRCS= apm.c apmsubr.c @@ -18,6 +18,6 @@ NOPROG=yes .endif MAN= apm.8 -MANSUBDIR=amd64 i386 loongson macppc sparc64 zaurus +MANSUBDIR=amd64 i386 loongson macppc sparc64 .include -- cgit v1.2.3