summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpefo <pefo@openbsd.org>2004-08-06 22:30:54 +0000
committerpefo <pefo@openbsd.org>2004-08-06 22:30:54 +0000
commite64abf1dafba3fe7baedd56ba75cadc936bc990c (patch)
tree97b296ab5722ac093d5f40c37c03e341bcfa1b24
parentsgi install ramdisk (diff)
downloadwireguard-openbsd-e64abf1dafba3fe7baedd56ba75cadc936bc990c.tar.xz
wireguard-openbsd-e64abf1dafba3fe7baedd56ba75cadc936bc990c.zip
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