diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 09:01:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-10-09 09:01:55 +0000 |
commit | 7ca91db3ad28b40658bd3214f90f8da7f0963818 (patch) | |
tree | ee8917265633660dd7f9519fa3d3371628deae7b /lang/Makefile | |
parent | 83f0278fcfbc12646a171c4f35ca37cf4fa7cfc3 (diff) | |
download | ports-7ca91db3ad28b40658bd3214f90f8da7f0963818.tar.gz ports-7ca91db3ad28b40658bd3214f90f8da7f0963818.zip |
Notes
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6dd9beac8ac5..f3ba325eafd3 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.81 1997/09/12 10:18:25 pst Exp $ +# $Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp $ # SUBDIR += Gofer @@ -32,6 +32,7 @@ SUBDIR += modula-3-lib SUBDIR += modula-3-socks SUBDIR += moscow_ml + SUBDIR += objc SUBDIR += ocaml SUBDIR += p2c SUBDIR += p5-Tcl @@ -53,6 +54,7 @@ SUBDIR += tcl75 SUBDIR += tcl76 SUBDIR += tcl80 + SUBDIR += tclX75 SUBDIR += xpl .include <bsd.port.subdir.mk> |