diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-25 22:12:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1999-05-25 22:12:39 +0000 |
commit | b7a2860877939ea175c76a02a3c05714a3ad535d (patch) | |
tree | 062858035869539b1a6b4152121396ede066b2b0 | |
parent | add new functionality: (diff) |
Activate linux_locale
Notes
Notes:
svn path=/head/; revision=18994
-rw-r--r-- | korean/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/Makefile b/korean/Makefile index 18ddc69401f0..7bede3053066 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1998/12/13 22:00:17 kuriyama Exp $ +# $Id: Makefile,v 1.27 1999/04/01 02:40:15 taoka Exp $ # SUBDIR += Wnn @@ -23,6 +23,7 @@ SUBDIR += johabfonts SUBDIR += kaistfonts SUBDIR += linuxdoc-sgml + SUBDIR += linux_locale SUBDIR += mizifont SUBDIR += mule-wnn4 SUBDIR += netscape3 |