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 7ba5ae9a1ba..1185d382934 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.12655 2006/01/24 20:04:04 tonio Exp $ +$NetBSD: CHANGES,v 1.12656 2006/01/24 20:24:19 adam Exp $ Changes to the packages collection and infrastructure in 2006: @@ -516,3 +516,4 @@ Changes to the packages collection and infrastructure in 2006: Updated net/mydns-mysql to 1.1.0 [ghen 2006-01-24] Updated databases/adodb to 4.71 [adrianp 2006-01-24] Updated databases/lbdb to 0.31.1 [tonio 2006-01-24] + Added emulators/e-uae version 0.8.28 [adam 2006-01-24] diff --git a/emulators/Makefile b/emulators/Makefile index 9bc5978977e..b4ebdc61fa4 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.140 2005/11/20 13:32:03 rillig Exp $ +# $NetBSD: Makefile,v 1.141 2006/01/24 20:23:19 adam Exp $ # COMMENT= Emulators for other operating systems @@ -33,6 +33,7 @@ SUBDIR+= dega SUBDIR+= dgen SUBDIR+= dosbox SUBDIR+= doscmd +SUBDIR+= e-uae SUBDIR+= fceu SUBDIR+= fmsx SUBDIR+= freebsd_lib |