diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-20 02:52:41 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-06-20 02:52:41 +0000 |
commit | 16ccc6a334fb67637c39754e7ab1ba2468b81441 (patch) | |
tree | 9b57437242be645c625bc4e5bae257c5b7601d1b /sbin | |
parent | 96c96706e016a60db3459189597671a995d0fc43 (diff) |
enable wicontrol on sparc64 as well; deraadt ok.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/wicontrol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/wicontrol/Makefile b/sbin/wicontrol/Makefile index a0c5cf0707f..7e88a7fff7c 100644 --- a/sbin/wicontrol/Makefile +++ b/sbin/wicontrol/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.5 2001/09/01 16:21:16 drahn Exp $ +# $OpenBSD: Makefile,v 1.6 2002/06/20 02:52:40 fgsch Exp $ # From: Makefile,v 1.1 1999/05/05 07:37:06 wpaul Exp $ .if (${MACHINE} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ - (${MACHINE} == "alpha") + (${MACHINE} == "alpha") || (${MACHINE_ARCH} == "sparc64") PROG= wicontrol SRCS= wicontrol.c .else |