diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-12 21:54:43 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-12 21:54:43 +0000 |
commit | ec6f96aa733c5a8a953a974919eb7be7711abe30 (patch) | |
tree | 08187a6ac1cb8a9bbdb25a64b368c1254f016a8c /emulators | |
parent | f27dd7325aad4126137c927c93f26229c4cc21c1 (diff) | |
download | pkgsrc-ec6f96aa733c5a8a953a974919eb7be7711abe30.tar.gz |
Add and enable mmix.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 2d159ab1c74..bf209b10dc2 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2001/03/11 23:24:40 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.53 2001/04/12 21:54:43 jtb Exp $ # COMMENT= Emulators for other operating systems @@ -17,6 +17,7 @@ SUBDIR+= hercules-images SUBDIR+= ia64sim SUBDIR+= linux-locale SUBDIR+= linuxppc_lib +SUBDIR+= mmix SUBDIR+= netbsd32_compat14 SUBDIR+= netbsd32_compat15 SUBDIR+= osf1_lib |