summaryrefslogtreecommitdiff
path: root/usr.sbin/apmd/Makefile
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/apmd/Makefile
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/apmd/Makefile')
-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 5fd01009143..d5754a377e8 100644
--- a/usr.sbin/apmd/Makefile
+++ b/usr.sbin/apmd/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.7 2005/01/19 02:02:34 uwe Exp $
+# $OpenBSD: Makefile,v 1.8 2005/03/29 16:26:45 miod Exp $
.if (${MACHINE} == "i386") || (${MACHINE} == "macppc") || \
- (${MACHINE} == "zaurus")
+ (${MACHINE} == "sparc") || (${MACHINE} == "zaurus")
SRCS= apmd.c apmsubr.c
PROG= apmd
@@ -10,6 +10,6 @@ NOPROG=yes
.endif
MAN= apmd.8
-MANSUBDIR=i386 macppc zaurus
+MANSUBDIR=i386 macppc sparc zaurus
.include <bsd.prog.mk>