diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:15:53 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 01:15:53 +0000 |
commit | d55a9995916ff5ed4efeb4a17633c14344b3856d (patch) | |
tree | a7aa8b2c8d39bced717b239363afa94f74f5bda4 /chinese | |
parent | Console supporting the Big5 Chinese encoding. (diff) |
Turn on big5con.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/Makefile b/chinese/Makefile index 96283613ba09..22aba048278e 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.6 1996/11/26 08:18:57 asami Exp $ +# $Id: Makefile,v 1.7 1997/02/11 04:46:54 obrien Exp $ # SUBDIR += Wnn + SUBDIR += big5con SUBDIR += c2t SUBDIR += celvis SUBDIR += cless |