diff options
author | kristerw <kristerw> | 2004-12-30 19:50:32 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2004-12-30 19:50:32 +0000 |
commit | 55340158d8ce4fc1ea0e42dedf49b30850809aec (patch) | |
tree | 16ee5efc668ae277c668a2912d47a548f490cca4 /emulators | |
parent | 6b552a5f856c8aaed25c29568268671ca5894bb7 (diff) | |
download | pkgsrc-55340158d8ce4fc1ea0e42dedf49b30850809aec.tar.gz |
Add and enable simulavr.
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 415c6c0cc2d..10c73f0292a 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.121 2004/11/30 14:41:19 xtraeme Exp $ +# $NetBSD: Makefile,v 1.122 2004/12/30 19:50:32 kristerw Exp $ # COMMENT= Emulators for other operating systems @@ -66,6 +66,7 @@ SUBDIR+= qemu SUBDIR+= raine SUBDIR+= rewind SUBDIR+= simh +SUBDIR+= simulavr SUBDIR+= snes9x SUBDIR+= spim SUBDIR+= stella |