diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-09 13:08:24 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-09 13:08:24 +0000 |
commit | 01935d0bb649edf448c5c732755c0eb1d3c28bec (patch) | |
tree | f4a2c03498332d2b853e799a363192ae84322fb1 | |
parent | b5ed6650957e2a6497e64b904b502a9690b1af38 (diff) | |
download | pkgsrc-01935d0bb649edf448c5c732755c0eb1d3c28bec.tar.gz |
Added qemu-0.6.0
-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 |