pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   rhialto
Date:           Mon Jun  6 14:20:45 UTC 2022

Modified Files:
        pkgsrc/emulators: Makefile

Log Message:
Add open-simh and simh3.


To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 pkgsrc/emulators/Makefile

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

Modified files:

Index: pkgsrc/emulators/Makefile
diff -u pkgsrc/emulators/Makefile:1.344 pkgsrc/emulators/Makefile:1.345
--- pkgsrc/emulators/Makefile:1.344     Thu Dec 23 04:33:06 2021
+++ pkgsrc/emulators/Makefile   Mon Jun  6 14:20:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.344 2021/12/23 04:33:06 jnemeth Exp $
+# $NetBSD: Makefile,v 1.345 2022/06/06 14:20:45 rhialto Exp $
 #
 
 COMMENT=       Emulators for other machines and systems
@@ -161,6 +161,7 @@ SUBDIR+=    netbsd32_compat30-extras
 SUBDIR+=       netbsd32_compat40
 SUBDIR+=       netbsd32_compat40-extras
 SUBDIR+=       nono
+SUBDIR+=       open-simh
 SUBDIR+=       openmsx
 SUBDIR+=       or1ksim
 SUBDIR+=       osf1_lib
@@ -179,6 +180,7 @@ SUBDIR+=    rpcemu
 SUBDIR+=       sameboy
 SUBDIR+=       shoebill
 SUBDIR+=       simh
+SUBDIR+=       simh3
 SUBDIR+=       simulavr
 SUBDIR+=       ski
 SUBDIR+=       sms_sdl



Home | Main Index | Thread Index | Old Index