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 | c0c0765e38478efd02fa92fa8ea251344ade95ff (patch) | |
tree | 16ee5efc668ae277c668a2912d47a548f490cca4 /emulators | |
parent | 1472d4095d47a61e81c9dd7d025d3e6be8f58d5a (diff) | |
download | pkgsrc-c0c0765e38478efd02fa92fa8ea251344ade95ff.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 |