Module Name:    src
Committed By:   thorpej
Date:           Wed Jan  3 02:59:00 UTC 2024

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Add mvme68k to MACHINES.m68k.


To generate a diff of this commit:
cvs rdiff -u -r1.1361 -r1.1362 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1361 src/share/mk/bsd.own.mk:1.1362
--- src/share/mk/bsd.own.mk:1.1361	Wed Jan  3 02:48:05 2024
+++ src/share/mk/bsd.own.mk	Wed Jan  3 02:59:00 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1361 2024/01/03 02:48:05 thorpej Exp $
+#	$NetBSD: bsd.own.mk,v 1.1362 2024/01/03 02:59:00 thorpej Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -710,7 +710,7 @@ MACHINES.ia64=		ia64
 MACHINES.hppa=		hppa
 MACHINES.m68000=	sun2
 MACHINES.m68k=		amiga atari cesfic hp300 luna68k mac68k \
-			news68k next68k sun3 virt68k x68k
+			mvme68k news68k next68k sun3 virt68k x68k
 MACHINES.mips=		algor arc cobalt emips evbmips ews4800mips \
 			hpcmips mipsco newsmips pmax sbmips sgimips
 MACHINES.or1k=		or1k

Reply via email to