diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-20 13:32:03 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-20 13:32:03 +0000 |
commit | 596fed50963aca19fcd756258605e9b8aaeb2003 (patch) | |
tree | 97d2a12ce3d75544504ede976e450c3968d4cfd8 /emulators/Makefile | |
parent | 9ad0beb5cc227ffbc9c3665bea4f76cb045d15ea (diff) | |
download | pkgsrc-596fed50963aca19fcd756258605e9b8aaeb2003.tar.gz |
Added vmips.
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b6025848ba2..9bc5978977e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2005/10/21 03:52:01 minskim Exp $ +# $NetBSD: Makefile,v 1.140 2005/11/20 13:32:03 rillig Exp $ # COMMENT= Emulators for other operating systems @@ -123,6 +123,7 @@ SUBDIR+= ucon64 SUBDIR+= uips SUBDIR+= vba SUBDIR+= vice +SUBDIR+= vmips SUBDIR+= vmware SUBDIR+= vmware-module SUBDIR+= vmware-module3 |