diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-22 16:20:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-10-22 16:20:52 +0000 |
commit | 900ef52dfdd08a0d57b291bd941f974c1c7dd81a (patch) | |
tree | aebae5edcad61c455779aefa98b041464a2ed83c | |
parent | 1230cbd1605c575f1d17280ca95bc641b293cc9a (diff) |
sparc does not have pci or cardbus, but sgi does
-rw-r--r-- | sbin/ipwcontrol/Makefile | 4 | ||||
-rw-r--r-- | sbin/iwicontrol/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ipwcontrol/Makefile b/sbin/ipwcontrol/Makefile index a7fce779ad4..d214c222829 100644 --- a/sbin/ipwcontrol/Makefile +++ b/sbin/ipwcontrol/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.1 2004/10/20 12:50:48 deraadt Exp $ +# $Id: Makefile,v 1.2 2004/10/22 16:20:51 deraadt Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \ + (${MACHINE} == "alpha") || (${MACHINE} == "sgi") || \ (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "cats") || (${MACHINE} == "hppa") PROG= ipwcontrol diff --git a/sbin/iwicontrol/Makefile b/sbin/iwicontrol/Makefile index 7837214baf4..8723958cfe2 100644 --- a/sbin/iwicontrol/Makefile +++ b/sbin/iwicontrol/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.1 2004/10/20 12:50:48 deraadt Exp $ +# $Id: Makefile,v 1.2 2004/10/22 16:20:51 deraadt Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ - (${MACHINE} == "alpha") || (${MACHINE} == "sparc") || \ + (${MACHINE} == "alpha") || (${MACHINE} == "sgi") || \ (${MACHINE} == "sparc64") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE} == "cats") || (${MACHINE} == "hppa") PROG= iwicontrol |