summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-04-21 15:58:26 +0000
commita36bd0835a65f9e5811343401d044242e0a1fcb2 (patch)
treecd3fb3021dee857bd1f81cc46f59e72dd40da5fa /Makefile
parenta9fc808de4c54ad96c9b2e779b91c6fa37a102a9 (diff)
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 ;;\