summaryrefslogtreecommitdiff
path: root/usr.sbin/apm
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-03-29 16:26:46 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-03-29 16:26:46 +0000
commitf4ddf48fe34dc16fd30f0f844f03d285d0f3386d (patch)
tree86f0d8b496021105346b74c0c20cab54254773d8 /usr.sbin/apm
parenteef7068a6de10b8f1c78351ad85efa001012c7a2 (diff)
Add an apm interface to the tctrl(4) device found on SPARCbooks; currently
limited to power change events and battery status retrieval. ok deraadt@ mickey@
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r--usr.sbin/apm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index fed9fcad116..484a0038245 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.9 2005/02/21 21:59:40 uwe Exp $
+# $OpenBSD: Makefile,v 1.10 2005/03/29 16:26:45 miod Exp $
.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "zaurus")
+ (${MACHINE} == "sparc") || (${MACHINE} == "zaurus")
SRCS= apm.c apmsubr.c
.PATH: ${.CURDIR}/../apmd
@@ -15,7 +15,7 @@ NOPROG=yes
.endif
MAN= apm.8
-MANSUBDIR=i386 macppc zaurus
+MANSUBDIR=i386 macppc sparc zaurus
MLINKS= apm.8 zzz.8
.include <bsd.prog.mk>