diff options
author | veego <veego@pkgsrc.org> | 2001-07-07 14:45:11 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-07-07 14:45:11 +0000 |
commit | bfa7b3976ac4c6a8bd7d49c61aef95204c1a0170 (patch) | |
tree | c224de43e44e7d4a58ea7f23ae44473d10d76e79 /emulators | |
parent | ce0c3677b53c099935013f0e84d0a1c71999a4c1 (diff) | |
download | pkgsrc-bfa7b3976ac4c6a8bd7d49c61aef95204c1a0170.tar.gz |
Add vmware and vmware-module.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index cc76dd09cc0..387af635b87 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2001/05/30 11:14:09 agc Exp $ +# $NetBSD: Makefile,v 1.59 2001/07/07 14:45:11 veego Exp $ # COMMENT= Emulators for other operating systems @@ -46,6 +46,8 @@ SUBDIR+= swarm SUBDIR+= twin SUBDIR+= uae SUBDIR+= vice +SUBDIR+= vmware +SUBDIR+= vmware-module SUBDIR+= wine SUBDIR+= wine-current SUBDIR+= x48 |