summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/mklocale/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mklocale/Makefile b/usr.bin/mklocale/Makefile
index 446254a6b0e9..4051d7e5af8a 100644
--- a/usr.bin/mklocale/Makefile
+++ b/usr.bin/mklocale/Makefile
@@ -5,7 +5,7 @@ SRCS= yacc.c lex.c
CFLAGS+=-I.
CLEANFILES+=y.tab.h yacc.c lex.c
MAN1= mklocale.1
-LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ISO8859-1 ru_SU.CP866
+LOCALES= ja_JP.EUC ru_SU.KOI8-R lt_LN.ISO_8859-1 ru_SU.CP866
LOCALEDIR= ${DESTDIR}/usr/share/locale
afterinstall: