summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2004-12-31 00:37:21 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2004-12-31 00:37:21 +0000
commite24d3a74bfa288fd331c2e01f91bf7b56d2221d0 (patch)
tree2dc0681e37200e917d5436788dfc63347c5c52dd /sbin
parent034a2646d14688689a6b42d55fe5c06f289d9ac8 (diff)
Build wicontrol on all arm archs, not just cats.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/wicontrol/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wicontrol/Makefile b/sbin/wicontrol/Makefile
index f71c41f6fbe..fad3465aba0 100644
--- a/sbin/wicontrol/Makefile
+++ b/sbin/wicontrol/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.10 2004/08/06 20:33:02 mickey Exp $
+# $OpenBSD: Makefile,v 1.11 2004/12/31 00:37:20 drahn Exp $
# From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \
(${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \
(${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \
- (${MACHINE} == "cats") || (${MACHINE} == "hppa")
+ (${MACHINE_ARCH} == "arm") || (${MACHINE} == "hppa")
PROG= wicontrol
SRCS= wicontrol.c
.else