summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-02-07 06:20:54 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-02-07 06:20:54 +0000
commitdf5fd017ae467b951ac1179019809d3fa6b85c40 (patch)
treebc02253e87f589e9dc6403832a1666ba950d7896 /lang
parentFix patch typo. (diff)
Add tclX74 to subdirs.
Notes
Notes: svn path=/head/; revision=2684
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index e298e45c5572..99674033a907 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.41 1995/10/12 07:15:54 asami Exp $
+# $Id: Makefile,v 1.42 1996/01/31 09:14:31 asami Exp $
#
SUBDIR += Gofer
@@ -30,5 +30,6 @@
SUBDIR += tcl
SUBDIR += tcl74
SUBDIR += tclX
+ SUBDIR += tclX74
.include <bsd.port.subdir.mk>