From d864fd983f773f29bf82c253c880a705db0a651f Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 3 Sep 2016 13:37:39 +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/apmd/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'usr.sbin/apmd') diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile index c68f009dd2c..f5aa15cbad6 100644 --- a/usr.sbin/apmd/Makefile +++ b/usr.sbin/apmd/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.12 2016/09/01 10:14:42 tedu Exp $ +# $OpenBSD: Makefile,v 1.13 2016/09/03 13:37:46 guenther Exp $ .if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \ (${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \ - (${MACHINE} == "sparc64") || \ - (${MACHINE} == "zaurus") + (${MACHINE} == "sparc64") SRCS= apmd.c apmsubr.c @@ -13,6 +12,6 @@ NOPROG=yes .endif MAN= apmd.8 -MANSUBDIR=amd64 i386 loongson macppc sparc64 zaurus +MANSUBDIR=amd64 i386 loongson macppc sparc64 .include -- cgit v1.2.3-59-g8ed1b