diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-12-30 19:50:32 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-12-30 19:50:32 +0000 |
commit | 226927208df4a0542c998f8b5628703282880b2c (patch) | |
tree | 16ee5efc668ae277c668a2912d47a548f490cca4 /emulators | |
parent | 2947d1dd7c3756d720370cddd86bf84fb6f0cdff (diff) | |
download | pkgsrc-226927208df4a0542c998f8b5628703282880b2c.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 |