summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-04-21 15:58:21 +0000
committermiod <miod@openbsd.org>2004-04-21 15:58:21 +0000
commitd0b189c6285129512b9f99e88b23a22427fab0ba (patch)
tree85bf231ab88ac3dac40b5e3c0a01e32ac2f348e7 /Makefile
parentWe need this, too. (diff)
downloadwireguard-openbsd-d0b189c6285129512b9f99e88b23a22427fab0ba.tar.xz
wireguard-openbsd-d0b189c6285129512b9f99e88b23a22427fab0ba.zip
Add luna88k related directories and information to the build infrastructure.
ok deraadt@, millert@, krw@ - mdoc ok jmc@
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f54804e976c..4735d1cc3e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.101 2004/03/31 19:13:04 mickey Exp $
+# $OpenBSD: Makefile,v 1.102 2004/04/21 15:58:21 miod Exp $
#
# For more information on building in tricky environments, please see
@@ -132,7 +132,7 @@ ${CROSSDIRS}:
echo ${TARGET} ;;\
amiga|hp300|mac68k|mvme68k) \
echo m68k ;;\
- mvme88k) \
+ luna88k|mvme88k) \
echo m88k ;;\
macppc|mvmeppc|pegasos) \
echo powerpc ;;\