diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-04 16:28:35 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-04 16:28:35 +0000 |
commit | 55b20f3ee8e844808f3c25b680554d9d62243b59 (patch) | |
tree | 2eba2cc57ac72c04c71f09e21b6e794f040f9d12 /emulators/Makefile | |
parent | a7b262b5a09de4504aeb1129770a3e02cf17c9fa (diff) | |
download | ports-55b20f3ee8e844808f3c25b680554d9d62243b59.tar.gz ports-55b20f3ee8e844808f3c25b680554d9d62243b59.zip |
Resurrect emulators/basiliskII and emulators/vmware-tools2 since there are
PRs with fixes for them: ports/105758 and ports/104594 respectively.
Noticed by: pav
Notes
Notes:
svn path=/head/; revision=178837
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 9da435fbcce4..8109de1df02f 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -6,6 +6,7 @@ SUBDIR += adamem SUBDIR += aftp SUBDIR += atari800 + SUBDIR += basiliskII SUBDIR += bfe SUBDIR += bochs SUBDIR += bsvc @@ -133,6 +134,7 @@ SUBDIR += vmware-guestd3 SUBDIR += vmware-guestd4 SUBDIR += vmware-guestd5 + SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware-tools4 SUBDIR += vmware-tools5 |