summaryrefslogtreecommitdiff
path: root/usr.sbin/apm
diff options
context:
space:
mode:
authormacallan <macallan@NetBSD.org>2005-11-24 15:47:09 +0000
committermacallan <macallan@NetBSD.org>2005-11-24 15:47:09 +0000
commit631f2d878cfdabf5119225bbe1d5e136bcbb8fe0 (patch)
treed4f0e7db238cc441c7b3e74932022118d870fc08 /usr.sbin/apm
parent328b2633495432732307297865da2a30e5e36791 (diff)
build the apm utility on sparc since we already build apmd
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r--usr.sbin/apm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index 2cf76afd422..64b537992aa 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/07/03 12:55:47 uch Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/24 15:47:09 macallan Exp $
.include <bsd.own.mk>
-.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh")
+.if (${MACHINE} == "i386" || ${MACHINE} == "macppc" || ${MACHINE} == "hpcarm" || ${MACHINE} == "hpcmips" || ${MACHINE} == "hpcsh" || ${MACHINE} == "sparc")
PROG= apm
SRCS= apm.c apmsubr.c
.PATH: ${NETBSDSRCDIR}/usr.sbin/apmd