diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-30 16:10:49 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-05-30 16:10:49 +0000 |
commit | 1b3c5bfc15f5fc7371dd30744af811b7c26fbadc (patch) | |
tree | 85e09bc687f83c577267b99e72749dafe7181a8b /devel/Makefile | |
parent | Visual TCL, version 1.09 (amended from submitted PR). (diff) |
Add vtcl
Notes
Notes:
svn path=/head/; revision=6631
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index ff56c987a719..a0737bd47d3b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.56 1997/05/24 13:16:59 jfitz Exp $ +# $Id: Makefile,v 1.57 1997/05/27 16:46:01 max Exp $ # SUBDIR += SWIG @@ -53,6 +53,7 @@ SUBDIR += scogdb SUBDIR += tkcvs SUBDIR += tvision + SUBDIR += vtcl SUBDIR += xmake SUBDIR += xwpe SUBDIR += xxgdb |