Replace rs_SU.KOI8-R with ru_RU.KOI8-R. The necessary repository work
has already been done by JDP.
This commit is contained in:
parent
0b08ebf3c0
commit
61280f6102
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5399
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,9 +1,9 @@
|
||||||
# $Id: Makefile,v 1.11 1999-08-17 22:12:29 nik Exp $
|
# $Id: Makefile,v 1.12 1999-08-19 20:31:25 nik Exp $
|
||||||
|
|
||||||
SUBDIR = en_US.ISO_8859-1
|
SUBDIR = en_US.ISO_8859-1
|
||||||
SUBDIR+= es_ES.ISO_8859-1
|
SUBDIR+= es_ES.ISO_8859-1
|
||||||
SUBDIR+= ja_JP.eucJP
|
SUBDIR+= ja_JP.eucJP
|
||||||
SUBDIR+= ru_SU.KOI8-R
|
SUBDIR+= ru_RU.KOI8-R
|
||||||
SUBDIR+= zh_TW.Big5
|
SUBDIR+= zh_TW.Big5
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in a new issue