Module Name:    src
Committed By:   thorpej
Date:           Wed Jan  3 03:56:36 UTC 2024

Modified Files:
        src/sys/arch: Makefile

Log Message:
Add virt68k to a list of machines in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/Makefile

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

Modified files:

Index: src/sys/arch/Makefile
diff -u src/sys/arch/Makefile:1.47 src/sys/arch/Makefile:1.48
--- src/sys/arch/Makefile:1.47	Sun Apr  1 04:35:03 2018
+++ src/sys/arch/Makefile	Wed Jan  3 03:56:36 2024
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.47 2018/04/01 04:35:03 ryo Exp $
+#	$NetBSD: Makefile,v 1.48 2024/01/03 03:56:36 thorpej Exp $
 
 # For now, we install the machine and arch includes, and symlink 'machine'
 # to the location of the machine includes (usually).
@@ -57,7 +57,7 @@ SUBDIR+= xen
 #	playstation2 pmax powerpc prep \
 #	sandpoint sbmips sgimips sh3 shark sparc sparc64 sun2 sun3 sun68k \
 #	rs6000 \
-#	vax \
+#	vax virt68k \
 #	x68k x86_64 xen \
 #	zaurus
 

Reply via email to