diff options
author | ache <ache@FreeBSD.org> | 2003-06-07 01:06:03 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2003-06-07 01:06:03 +0000 |
commit | 5c74315d9908cae8c37e8bae75ad02847e2dd754 (patch) | |
tree | 7c1de0fdbfbdac78c07c5b373429ccc56b874dc9 /share | |
parent | df67c67a7d713e46f07ce7aaf4e009bee718ff44 (diff) | |
download | FreeBSD-src-5c74315d9908cae8c37e8bae75ad02847e2dd754.zip FreeBSD-src-5c74315d9908cae8c37e8bae75ad02847e2dd754.tar.gz |
Fix typo in prev. commit
Diffstat (limited to 'share')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index b90506f..c1a1fcd 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -54,7 +54,7 @@ FR_LINKS= fr_CA fr_CH DE_LINKS= de_AT de_CH IT_LINKS= it_CH BE_LINKS= nl_BE -RU_LINKS ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 +RU_LINKS= ru_RU.CP1251 ru_RU.CP866 ru_RU.ISO8859-5 .SUFFIXES: .src .out |