diff options
author | Will Andrews <will@FreeBSD.org> | 2001-05-20 02:48:11 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-05-20 02:48:11 +0000 |
commit | 3855bf6132cccbf1225a1b9c2cf746ba6c5bd3c1 (patch) | |
tree | 46550a1780572f78e0a2c18f1b0ae573c35dbc17 /emulators/Makefile | |
parent | Add ssh-multiadd 1.3, a tool to add multiple ssh keys to the (diff) |
Add zsnes 1.20, an x86 only Super Nintendo Entertainment System
(SNES) Emulator.
PR: 27077
Submitted by: Stijn Hoop <stijn@win.tue.nl>
Notes
Notes:
svn path=/head/; revision=42775
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 45ab8ce665d5..3b95a1582f81 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ # + SUBDIR += zsnes SUBDIR += aftp SUBDIR += atari800 |