diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-17 11:13:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-17 11:13:19 +0000 |
commit | f2a589eced1374807f2d83276fd35d74bc901fd7 (patch) | |
tree | 486c79778bf8feac4e895e3f4fd627ed669c8e70 | |
parent | Set USE_PYTHON explicitly now that PYTHON_VERSION no longer implies it. (diff) |
Add emulators/vmware3 to emulators/Makefile
Add lang/gcc33 and lang/tclX to emulators/Makefile
-rw-r--r-- | emulators/Makefile | 1 | ||||
-rw-r--r-- | lang/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 34b8979ddd82..67e6e42a2ac3 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -77,6 +77,7 @@ SUBDIR += vmware-tools2 SUBDIR += vmware-tools3 SUBDIR += vmware2 + SUBDIR += vmware3 SUBDIR += vmware_xf4mod SUBDIR += vpce SUBDIR += vx68k diff --git a/lang/Makefile b/lang/Makefile index 881c7a5c2f9a..3ce31cfb0bb4 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -57,6 +57,7 @@ SUBDIR += gcc30 SUBDIR += gcc31 SUBDIR += gcc32 + SUBDIR += gcc33 SUBDIR += gcl SUBDIR += generic-haskell SUBDIR += gforth @@ -223,6 +224,7 @@ SUBDIR += tcl82 SUBDIR += tcl83 SUBDIR += tcl84 + SUBDIR += tclX SUBDIR += tclX80 SUBDIR += tclX82 SUBDIR += tcltutor |