diff options
author | julian <julian@FreeBSD.org> | 1997-09-18 19:16:51 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1997-09-18 19:16:51 +0000 |
commit | 6445d7bdf8f8e4341ca976227fd64640c105f604 (patch) | |
tree | ca2549e8454d1215e676aada82bf045ebdfe6098 /share/timedef | |
parent | 162b09bf985cc616d9bb22f5086ae567d57fea44 (diff) | |
download | FreeBSD-src-6445d7bdf8f8e4341ca976227fd64640c105f604.zip FreeBSD-src-6445d7bdf8f8e4341ca976227fd64640c105f604.tar.gz |
make/install the japanese SJIS date locale file.
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/data/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/timedef/data/Makefile b/share/timedef/data/Makefile index 7627aad..5723389 100644 --- a/share/timedef/data/Makefile +++ b/share/timedef/data/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.15 1997/03/25 16:16:56 ache Exp $ +# $Id: Makefile,v 1.16 1997/06/03 14:17:11 ache Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -11,6 +11,7 @@ LOCALES= da_DK.ISO_8859-1 \ fr_FR.ISO_8859-1 \ hr_HR.ISO_8859-2 \ is_IS.ISO_8859-1 \ + ja_JP.SJIS \ it_IT.ISO_8859-1 \ ko_KR.EUC \ no_NO.ISO_8859-1 \ |