diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2001-11-11 06:59:28 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2001-11-11 06:59:28 +0000 |
commit | e122c60d144cfc2ab841639ae72790a7e6261772 (patch) | |
tree | 24517684f3cca52b13e16af3ef14bc12625d525b /emulators/Makefile | |
parent | Update to 1.4 Build 138 (diff) |
Add vmware-guestd, a daemon for VMware 3.x FreeBSD guest OS.
Notes
Notes:
svn path=/head/; revision=49935
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 70512948c452..32a030f7e61d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -60,6 +60,7 @@ SUBDIR += visualos SUBDIR += vmsbackup SUBDIR += vmware + SUBDIR += vmware-guestd SUBDIR += vmware-tools SUBDIR += vmware2 SUBDIR += vmware_xf4mod |