diff options
author | bad <bad@pkgsrc.org> | 2003-02-16 20:07:58 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2003-02-16 20:07:58 +0000 |
commit | ffbda753655f150c703ad35aac1379c8b85ede6f (patch) | |
tree | d88a2f64dd17a1ca6cbcff6766f789246db6e5b8 | |
parent | f2e79bb20a73722cadc4d4be74228d7312c855ff (diff) | |
download | pkgsrc-ffbda753655f150c703ad35aac1379c8b85ede6f.tar.gz |
Add and enable vmware3 and vmware-module3.
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 919fa7de0b1..a1dcdbd68cb 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2002/12/31 19:17:19 cjep Exp $ +# $NetBSD: Makefile,v 1.78 2003/02/16 20:07:58 bad Exp $ # COMMENT= Emulators for other operating systems @@ -74,6 +74,8 @@ SUBDIR+= uae SUBDIR+= vice SUBDIR+= vmware SUBDIR+= vmware-module +SUBDIR+= vmware3 +SUBDIR+= vmware-module3 SUBDIR+= wine SUBDIR+= x48 SUBDIR+= xbeeb |