From bdd6047b86f8307a8b99ed00a4b92b7544111d74 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 6 Jul 2000 21:09:38 +0000 Subject: fix typo so these will build on apm capable systems --- sysutils/xbatt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/xbatt') diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index 907b868f0af..5abe0ed937c 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/06/26 16:44:22 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/06 21:09:41 dmcmahill Exp $ # DISTNAME= xbatt-1.3pr1 @@ -9,7 +9,7 @@ MASTER_SITES= http://www2.clave.gr.jp/~eto/xbatt/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www2.clave.gr.jp/~eto/xbatt/ # Not really -.if !exists(/usr/include/machine/apmvar.h") +.if !exists(/usr/include/machine/apmvar.h) IGNORE+= "APM is not available for ${MACHINE_PLATFORM}" .endif -- cgit v1.2.3