diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 06:50:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-19 06:50:17 +0000 |
commit | a5120cef6b8aaa8ad9675abc814398a26bad34d8 (patch) | |
tree | ead3582700dc7f68120b564c6c391e72a9f73297 | |
parent | Proxy to decode between common cyrillic code tables (diff) |
Add cyrproxy
-rw-r--r-- | russian/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/russian/Makefile b/russian/Makefile index 82d1728bdc83..f860264f83f3 100644 --- a/russian/Makefile +++ b/russian/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.15 1996/12/03 15:37:53 ache Exp $ +# $Id: Makefile,v 1.16 1997/06/02 21:50:37 ache Exp $ # SUBDIR += X.language + SUBDIR += cyrproxy SUBDIR += d1489 SUBDIR += elm.language SUBDIR += netscape3.language |