summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2016-09-01 10:14:42 +0000
committertedu <tedu@openbsd.org>2016-09-01 10:14:42 +0000
commit1577489644395d8247e6d19f9c0557912ad97772 (patch)
treea879faabe95025309844c92c06be604d5ddf93fd /usr.sbin/apmd
parentRemove references to removed ioctls and data structures. (diff)
downloadwireguard-openbsd-1577489644395d8247e6d19f9c0557912ad97772.tar.xz
wireguard-openbsd-1577489644395d8247e6d19f9c0557912ad97772.zip
remove sparc
Diffstat (limited to 'usr.sbin/apmd')
-rw-r--r--usr.sbin/apmd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile
index 546ca41e596..c68f009dd2c 100644
--- a/usr.sbin/apmd/Makefile
+++ b/usr.sbin/apmd/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.11 2010/02/28 08:36:36 otto Exp $
+# $OpenBSD: Makefile,v 1.12 2016/09/01 10:14:42 tedu Exp $
.if (${MACHINE} == "amd64") || (${MACHINE} == "i386") || \
(${MACHINE} == "loongson") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "sparc") || (${MACHINE} == "sparc64") || \
+ (${MACHINE} == "sparc64") || \
(${MACHINE} == "zaurus")
SRCS= apmd.c apmsubr.c
@@ -13,6 +13,6 @@ NOPROG=yes
.endif
MAN= apmd.8
-MANSUBDIR=amd64 i386 loongson macppc sparc sparc64 zaurus
+MANSUBDIR=amd64 i386 loongson macppc sparc64 zaurus
.include <bsd.prog.mk>