diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-02 14:58:02 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-02 14:58:02 +0000 |
commit | 0a1217be5131ad3d9830d814ed579cd85fecfb54 (patch) | |
tree | 83713c1c4749d99357fa68cb606a740ec46a6454 | |
parent | Import of emulators/snes9x - snes9x version 0.23 (diff) |
Activate emulators/snes9x.
Notes
Notes:
svn path=/head/; revision=8447
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 8626c9296e98..515a423c337e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/10/29 09:10:31 tg Exp $ +# $Id: Makefile,v 1.16 1997/10/31 09:16:07 tg Exp $ # SUBDIR += aftp @@ -16,6 +16,7 @@ SUBDIR += pcemu SUBDIR += prodosemu SUBDIR += sim6811 + SUBDIR += snes9x SUBDIR += spim SUBDIR += stella SUBDIR += stonx |