diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-17 19:13:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-17 19:13:19 +0800 |
commit | b7a759ab3289ae6a22c8b2ff74eb5a3b692f2027 (patch) | |
tree | 00ab0aa11e485b6025615ca87978a9d896dce1f0 /lang | |
parent | 8b38188aaea249118e61692f1cf8cbb741f10d79 (diff) | |
download | freebsd-ports-graphics-b7a759ab3289ae6a22c8b2ff74eb5a3b692f2027.tar.gz freebsd-ports-graphics-b7a759ab3289ae6a22c8b2ff74eb5a3b692f2027.tar.zst freebsd-ports-graphics-b7a759ab3289ae6a22c8b2ff74eb5a3b692f2027.zip |
Add emulators/vmware3 to emulators/Makefile
Add lang/gcc33 and lang/tclX to emulators/Makefile
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 881c7a5c2f9..3ce31cfb0bb 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 |