diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-21 15:58:26 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-04-21 15:58:26 +0000 |
commit | a36bd0835a65f9e5811343401d044242e0a1fcb2 (patch) | |
tree | cd3fb3021dee857bd1f81cc46f59e72dd40da5fa /Makefile | |
parent | a9fc808de4c54ad96c9b2e779b91c6fa37a102a9 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;;\ |