summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
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 /usr.sbin/apmd
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 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/Makefile7
1 files changed, 3 insertions, 4 deletions
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 <bsd.prog.mk>