diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-06 20:33:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-06 20:33:03 +0000 |
commit | 93bbc2f8770bae847a8e7e42fd0312e4d79655f6 (patch) | |
tree | 476fd498bd892659ba4da93c74cbfedd63a3dbc6 /sbin/wicontrol | |
parent | 661b05146bd865cf7ec539cf7861679c8651e8f3 (diff) |
build on hppa
Diffstat (limited to 'sbin/wicontrol')
-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 f4ba84b27d1..f71c41f6fbe 100644 --- a/sbin/wicontrol/Makefile +++ b/sbin/wicontrol/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2004/01/29 03:42:49 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2004/08/06 20:33:02 mickey 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} == "cats") || (${MACHINE} == "hppa") PROG= wicontrol SRCS= wicontrol.c .else |