summaryrefslogtreecommitdiff
path: root/usr.sbin/apm
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r--usr.sbin/apm/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index c2eb4df8d35..d877997571d 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.17 2009/12/13 05:01:33 nakayama Exp $
+# $NetBSD: Makefile,v 1.18 2013/05/02 03:56:42 matt Exp $
.include <bsd.own.mk>
.if (${MACHINE_ARCH} == "i386" || \
- ${MACHINE} == "hpcarm" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh" || \
${MACHINE} == "macppc" || \
- ${MACHINE} == "sparc" || \
- ${MACHINE} == "zaurus")
+ ${MACHINE} == "sparc")
PROG= apm
SRCS= apm.c apmsubr.c
.PATH: ${NETBSDSRCDIR}/usr.sbin/apmd