diff options
author | veego <veego> | 2001-07-07 14:45:11 +0000 |
---|---|---|
committer | veego <veego> | 2001-07-07 14:45:11 +0000 |
commit | 1062c499f76c9f57ccb5d11d4259b5047192ea1c (patch) | |
tree | c224de43e44e7d4a58ea7f23ae44473d10d76e79 | |
parent | 1f7e9a2a04b11070f43b2e9ca15f4d73402aae50 (diff) | |
download | pkgsrc-1062c499f76c9f57ccb5d11d4259b5047192ea1c.tar.gz |
Add vmware and vmware-module.
-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 |