diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-05-10 08:17:48 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-05-10 08:17:48 +0000 |
commit | f89694aad478c25e2fa047418f4c318a5a6c23cb (patch) | |
tree | 2825b37cfdfa0113ca2f445892ce05b16fc5bd18 | |
parent | imported japanese/tk80, (diff) |
enable tcl80 and tk80.
PR: 5579
PR: 5580
Notes
Notes:
svn path=/head/; revision=10931
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 4045f686e106..6d1807869b54 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.114 1998/05/02 14:06:35 kuriyama Exp $ +# $Id: Makefile,v 1.115 1998/05/02 22:39:17 max Exp $ # SUBDIR += Canna @@ -107,9 +107,11 @@ SUBDIR += skk SUBDIR += skkinput SUBDIR += tcl76 + SUBDIR += tcl80 SUBDIR += tcsh SUBDIR += tgif SUBDIR += tk42 + SUBDIR += tk80 SUBDIR += today SUBDIR += typist SUBDIR += vfghostscript |