diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | emulators/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 322754ddcfe..5148f47114b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7777 2004/11/09 05:44:49 xtraeme Exp $ +$NetBSD: CHANGES,v 1.7778 2004/11/09 05:49:10 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5173,3 +5173,4 @@ Changes to the packages collection and infrastructure in 2004: Added mantis-0.19.1 [adrianp 2004-11-08] Updated gnutls to 1.0.22 [jmmv 2004-11-08] Updated p5-Text-Iconv to 1.4 [jmmv 2004-11-08] + Added aliados-0.1.1 [minskim 2004-11-08] diff --git a/emulators/Makefile b/emulators/Makefile index ad243177b1e..c3ff6fd79ef 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2004/10/11 20:47:12 tv Exp $ +# $NetBSD: Makefile,v 1.119 2004/11/09 05:49:11 minskim Exp $ # COMMENT= Emulators for other operating systems @@ -6,6 +6,7 @@ COMMENT= Emulators for other operating systems SUBDIR+= BasiliskII SUBDIR+= Cygne-SDL SUBDIR+= NeoPop-SDL +SUBDIR+= aliados SUBDIR+= aranym SUBDIR+= arcem SUBDIR+= arnold |