diff options
-rw-r--r-- | lang/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index f4304c355b9..3fc78a71330 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2000/09/05 09:19:01 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2000/09/05 16:23:09 jwise Exp $ # FreeBSD Id: Makefile,v 1.82 1997/09/30 07:49:24 asami Exp # @@ -53,9 +53,8 @@ SUBDIR += snobol SUBDIR += squeak SUBDIR += tcl -# SUBDIR += tcl80 # obsoleted by tcl, will be removed when all dependents are updated. + SUBDIR += tcl-expect SUBDIR += tclX80 -# SUBDIR += tclman80 # obsoleted by tcl, will be removed when all dependents are updated. SUBDIR += ucblogo .include "../mk/bsd.pkg.subdir.mk" |