summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:30:55 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>2004-08-06 22:30:55 +0000
commit954950e427dd8acd3f2af729b91d2af5db823514 (patch)
tree2ecf7a0c73e0f4ed67b91ab7b4f7860f4305412c
parent52b5b91eb30760371a8232ca1c18416df69873db (diff)
fix/add sgi
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d9c9d791819..6d15cc8d946 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.103 2004/05/03 15:18:18 drahn Exp $
+# $OpenBSD: Makefile,v 1.104 2004/08/06 22:30:54 pefo Exp $
#
# For more information on building in tricky environments, please see
@@ -137,7 +137,7 @@ ${CROSSDIRS}:
macppc|mvmeppc) \
echo powerpc ;;\
sgi) \
- echo mips ;;\
+ echo mips64 ;;\
*) \
(echo Unknown arch ${TARGET} >&2) ; exit 1;; \
esac > ${CROSSDIR}/TARGET_ARCH