diff options
author | 2004-08-06 23:06:23 +0000 | |
---|---|---|
committer | 2004-08-06 23:06:23 +0000 | |
commit | 8c62c8320663a1a8b9291140d131ac61de7736f0 (patch) | |
tree | 67a18fe67b8c79678b3d3778994f46586b6f2916 | |
parent | zee sgi makefiles (diff) | |
download | wireguard-openbsd-8c62c8320663a1a8b9291140d131ac61de7736f0.tar.xz wireguard-openbsd-8c62c8320663a1a8b9291140d131ac61de7736f0.zip |
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= |