From f4ddf48fe34dc16fd30f0f844f03d285d0f3386d Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 29 Mar 2005 16:26:46 +0000 Subject: 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@ --- usr.sbin/apm/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/apm') 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 -- cgit v1.2.3