diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-06-07 21:36:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-06-07 21:36:18 +0000 |
commit | 8ac0126f5e6d85e6c24ce99cdfc8b7dc6246f1eb (patch) | |
tree | f9c37c8ffa18843c4dc528b642f100a484b0f7ac /emulators | |
parent | 88d11d3d8a97324903c25b3c883f39c84cc046c6 (diff) | |
download | pkgsrc-8ac0126f5e6d85e6c24ce99cdfc8b7dc6246f1eb.tar.gz |
Add qemu0
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index a40890c74e0..9f73f156c8d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2012/06/02 07:21:24 obache Exp $ +# $NetBSD: Makefile,v 1.199 2012/06/07 21:36:18 ryoon Exp $ # COMMENT= Emulators for other operating systems @@ -100,6 +100,7 @@ SUBDIR+= palmosemulator SUBDIR+= pcemu SUBDIR+= pearpc SUBDIR+= qemu +SUBDIR+= qemu0 SUBDIR+= raine #SUBDIR+= sap # only contains a Makefile.common SUBDIR+= simh |