summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/apm/Makefile4
-rw-r--r--usr.sbin/apmd/Makefile4
-rw-r--r--usr.sbin/eeprom/Makefile8
-rw-r--r--usr.sbin/ofctl/Makefile6
-rw-r--r--usr.sbin/screenblank/Makefile4
-rw-r--r--usr.sbin/tadpolectl/Makefile4
6 files changed, 15 insertions, 15 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile
index 16a60bde277..c2eb4df8d35 100644
--- a/usr.sbin/apm/Makefile
+++ b/usr.sbin/apm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/02/14 13:56:41 abs Exp $
+# $NetBSD: Makefile,v 1.17 2009/12/13 05:01:33 nakayama Exp $
.include <bsd.own.mk>
@@ -7,7 +7,7 @@
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh" || \
${MACHINE} == "macppc" || \
- ${MACHINE_ARCH} == "sparc" || \
+ ${MACHINE} == "sparc" || \
${MACHINE} == "zaurus")
PROG= apm
SRCS= apm.c apmsubr.c
diff --git a/usr.sbin/apmd/Makefile b/usr.sbin/apmd/Makefile
index 0cf351846f6..fe467da3198 100644
--- a/usr.sbin/apmd/Makefile
+++ b/usr.sbin/apmd/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2009/04/22 15:23:02 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2009/12/13 05:01:33 nakayama Exp $
.if (${MACHINE_ARCH} == "i386" || \
${MACHINE} == "hpcmips" || \
${MACHINE} == "hpcsh" || \
${MACHINE} == "macppc" || \
- ${MACHINE_ARCH} == "sparc" || \
+ ${MACHINE} == "sparc" || \
${MACHINE} == "zaurus")
PROG= apmd
SRCS= apmd.c apmsubr.c
diff --git a/usr.sbin/eeprom/Makefile b/usr.sbin/eeprom/Makefile
index 7329486f0da..0ab90e32b53 100644
--- a/usr.sbin/eeprom/Makefile
+++ b/usr.sbin/eeprom/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $NetBSD: Makefile,v 1.15 2009/02/14 13:56:41 abs Exp $
+# $NetBSD: Makefile,v 1.16 2009/12/13 05:01:33 nakayama Exp $
.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
- || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
+ || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" \
|| ${MACHINE} == "macppc" || ${MACHINE} == "prep"
PROG= eeprom
@@ -10,11 +10,11 @@ SRCS= main.c
LDADD+=-lutil
DPADD+=${LIBUTIL}
-.if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
+.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
SRCS+= ophandlers.c
.endif
-.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE_ARCH} == "sparc"
+.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc"
SRCS+= eehandlers.c
.endif
diff --git a/usr.sbin/ofctl/Makefile b/usr.sbin/ofctl/Makefile
index b53379ee40c..654bee2e894 100644
--- a/usr.sbin/ofctl/Makefile
+++ b/usr.sbin/ofctl/Makefile
@@ -1,8 +1,8 @@
# from: @(#)Makefile 5.8 (Berkeley) 7/28/90
-# $NetBSD: Makefile,v 1.5 2009/02/14 13:56:42 abs Exp $
+# $NetBSD: Makefile,v 1.6 2009/12/13 05:01:33 nakayama Exp $
-.if ${MACHINE_ARCH} == "sparc64" || ${MACHINE} == "macppc" \
- || ${MACHINE} == "shark" || ${MACHINE_ARCH} == "sparc"
+.if ${MACHINE} == "sparc64" || ${MACHINE} == "macppc" \
+ || ${MACHINE} == "shark" || ${MACHINE} == "sparc"
PROG= ofctl
diff --git a/usr.sbin/screenblank/Makefile b/usr.sbin/screenblank/Makefile
index 03d88bc2485..481f7411997 100644
--- a/usr.sbin/screenblank/Makefile
+++ b/usr.sbin/screenblank/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2009/04/22 15:23:08 lukem Exp $
+# $NetBSD: Makefile,v 1.12 2009/12/13 05:01:33 nakayama Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
.if ${MACHINE} == "pmax" || ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
- || ${MACHINE_ARCH} == "sparc" || ${MACHINE} == "amiga"
+ || ${MACHINE} == "sparc" || ${MACHINE} == "amiga"
CPPFLAGS+=-DHAVE_FBIO
.endif
diff --git a/usr.sbin/tadpolectl/Makefile b/usr.sbin/tadpolectl/Makefile
index 001b34da89a..28a2a388882 100644
--- a/usr.sbin/tadpolectl/Makefile
+++ b/usr.sbin/tadpolectl/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2009/02/14 13:56:42 abs Exp $
+# $NetBSD: Makefile,v 1.5 2009/12/13 05:01:33 nakayama Exp $
-.if ${MACHINE_ARCH} == "sparc"
+.if ${MACHINE} == "sparc"
PROG= tadpolectl
SRCS= tadpolectl.c
.endif