summaryrefslogtreecommitdiffstats
path: root/usr.sbin/apmd
diff options
context:
space:
mode:
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>