diff options
author | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:21:13 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-08-11 04:21:13 +0000 |
commit | 1edbf4ebfe14b9baf26a01707d06d5333acafd4a (patch) | |
tree | 3ec44534c4fbb3db0a90da239ed2ae97d13efb84 /emulators/Makefile | |
parent | Move from sgmltools to sgmltools-lite. This is a fulfilled repository (diff) |
Add vgb-bin v17, a gameboy emulator, binary-only.
PR: 20427
Submitted by: Mario Sergio Fujikawa Ferriera <lioux@uol.com.br>
Notes
Notes:
svn path=/head/; revision=31506
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 834f746d4e29..7f47dda93492 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -37,6 +37,7 @@ SUBDIR += tuxnes SUBDIR += twin SUBDIR += vgb + SUBDIR += vgb-bin SUBDIR += vice SUBDIR += vMac SUBDIR += vmsbackup |