diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-08 07:59:44 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-08 07:59:44 +0000 |
commit | 1a70ed3d58e6b7bea54bd5403b992f0067375b08 (patch) | |
tree | 90c2ac446b3eede75282b7571b61e2fd418cecbf /emulators/Makefile | |
parent | 82ebb547ea9bc7e6b3d4f70b722b1babe8d7d50d (diff) | |
download | ports-1a70ed3d58e6b7bea54bd5403b992f0067375b08.tar.gz ports-1a70ed3d58e6b7bea54bd5403b992f0067375b08.zip |
Add linux-zsnes, a linux binary version of the x86 only SNES emulator
PR: 68196
Submitted by: Travis Poppe <tlp@LiquidX.org>
Notes
Notes:
svn path=/head/; revision=123444
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 3045349860a9..b06b65ce75b4 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -50,6 +50,7 @@ SUBDIR += linux-vmware-toolbox2 SUBDIR += linux-vmware-toolbox4 SUBDIR += linux-winetools + SUBDIR += linux-zsnes SUBDIR += linux_base SUBDIR += linux_base-6 SUBDIR += linux_base-8 |