diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 23:06:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-08-06 23:06:24 +0000 |
commit | 7b48a886cf1652cc12025db4dc2398faa3e239e1 (patch) | |
tree | 38fe07196b14797dc3dcd338eb40ca7737e5231d | |
parent | 937e212022b64a103e9a41961e8c30d11b167694 (diff) |
this will be ok on sgi too (pci arch)
-rw-r--r-- | sbin/iopctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/iopctl/Makefile b/sbin/iopctl/Makefile index 8e8f8095635..006b6a3b55b 100644 --- a/sbin/iopctl/Makefile +++ b/sbin/iopctl/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2004/05/03 15:18:19 drahn Exp $ +# $OpenBSD: Makefile,v 1.8 2004/08/06 23:06:23 deraadt Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") || \ (${MACHINE} == "macppc") || (${MACHINE} == "alpha") || \ - (${MACHINE} == "cats") + (${MACHINE} == "cats") || (${MACHINE} == "sgi") PROG= iopctl .else NOPROG= |