diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-29 23:20:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-29 23:20:44 +0000 |
commit | 0316311cdac393cb2a110a0e5ac103816bcab564 (patch) | |
tree | 2f72b0b973c7dd2371899e5a151ee68cd0d90370 /emulators | |
parent | 0bbcfa7507a65dc249e00b9a9b10f5ff10b6feb3 (diff) | |
download | pkgsrc-0316311cdac393cb2a110a0e5ac103816bcab564.tar.gz |
Add and enable m1.
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 868e0b6212d..5e393b958b1 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2004/07/26 18:27:39 dillo Exp $ +# $NetBSD: Makefile,v 1.112 2004/07/29 23:20:44 wiz Exp $ # COMMENT= Emulators for other operating systems @@ -42,6 +42,7 @@ SUBDIR+= libspectrum SUBDIR+= linux-locale SUBDIR+= linuxppc_lib SUBDIR+= lrmi +SUBDIR+= m1 SUBDIR+= minivmac SUBDIR+= mips64emul SUBDIR+= mmix |