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 e15226bcc45..861de70df44 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.7787 2004/11/09 13:03:48 adam Exp $ +$NetBSD: CHANGES,v 1.7788 2004/11/09 13:08:24 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -5184,3 +5184,4 @@ Changes to the packages collection and infrastructure in 2004: Updated ap2-perl to 1.99.17 [adam 2004-11-09] Updated xps to 4.2 [adam 2004-11-09] Updated dar to 2.1.5 [adam 2004-11-09] + Added qemu-0.6.0 [xtraeme 2004-11-09] diff --git a/emulators/Makefile b/emulators/Makefile index c3ff6fd79ef..9302897b7ce 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.119 2004/11/09 05:49:11 minskim Exp $ +# $NetBSD: Makefile,v 1.120 2004/11/09 13:08:24 xtraeme Exp $ # COMMENT= Emulators for other operating systems @@ -59,6 +59,7 @@ SUBDIR+= palmosemulator SUBDIR+= pcemu SUBDIR+= peace SUBDIR+= pearpc +SUBDIR+= qemu SUBDIR+= raine SUBDIR+= rewind SUBDIR+= simh |