diff options
author | jmallett <jmallett@FreeBSD.org> | 2004-06-06 08:20:29 +0800 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2004-06-06 08:20:29 +0800 |
commit | 539964b77abcb32516d76fb84eda395c61d9bee4 (patch) | |
tree | 0cd4ac602b2b55b302dd7b2481907f6817ea555f /emulators/Makefile | |
parent | d7be721c9c3e29bc3abc2509879534abda574839 (diff) | |
download | freebsd-ports-gnome-539964b77abcb32516d76fb84eda395c61d9bee4.tar.gz freebsd-ports-gnome-539964b77abcb32516d76fb84eda395c61d9bee4.tar.zst freebsd-ports-gnome-539964b77abcb32516d76fb84eda395c61d9bee4.zip |
Add mips64emul:
A 64-bit MIPS emulator which emulates a variety of machines.
WWW: http://www.mdstud.chalmers.se/~md1gavan/mips64emul/
Approved by: marcus (mentor)
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 9ac2a566388a..0b5146178be7 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -60,6 +60,7 @@ SUBDIR += linux_base-gentoo-stage1 SUBDIR += mastergear SUBDIR += minivmac + SUBDIR += mips64emul SUBDIR += mtools SUBDIR += osf1_base SUBDIR += p-interp |