From 631f2d878cfdabf5119225bbe1d5e136bcbb8fe0 Mon Sep 17 00:00:00 2001 From: macallan Date: Thu, 24 Nov 2005 15:47:09 +0000 Subject: build the apm utility on sparc since we already build apmd --- usr.sbin/apm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/apm') 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 -.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 -- cgit