diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-04-19 12:40:35 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-04-19 12:40:35 +0000 |
commit | 3347f8135166692f2d2863a1d004b8fa4ee90df9 (patch) | |
tree | e655269168e656cd87caac82131cb92f9aeeee38 /emulators/Makefile | |
parent | Improve libgnugetopt handling: use OSVERSION variable to handle (diff) |
Forget to update SUBDIRS for VMware related ports.
Pointy hat to: matusita
Notes
Notes:
svn path=/head/; revision=79277
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 940662d0b381..698050ebb02d 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -37,6 +37,8 @@ SUBDIR += linux-peops-softgpu SUBDIR += linux-peops-spu SUBDIR += linux-pete-mesagpu + SUBDIR += linux-vmware-toolbox2 + SUBDIR += linux-vmware-toolbox4 SUBDIR += linux-winetools SUBDIR += linux_base SUBDIR += linux_base-6 @@ -73,9 +75,11 @@ SUBDIR += visualos SUBDIR += vmsbackup SUBDIR += vmware - SUBDIR += vmware-guestd + SUBDIR += vmware-guestd3 + SUBDIR += vmware-guestd4 SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 + SUBDIR += vmware-tools4 SUBDIR += vmware2 SUBDIR += vmware3 SUBDIR += vmware_xf4mod |