diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2004-06-06 00:20:29 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2004-06-06 00:20:29 +0000 |
commit | 8bacb1fe54844934b91ee74b4f7ee91bd1bd4515 (patch) | |
tree | 9e236a7e028387c9335af0874daa3010838ec78a /emulators/Makefile | |
parent | Don't depend on gtar silently ignoring non-tar files in the input list, (diff) |
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 |