diff options
Diffstat (limited to 'share/numericdef/Makefile')
-rw-r--r-- | share/numericdef/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index c6710aa..f5b62fa 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -132,5 +132,7 @@ afterinstall: .endfor ln -sf ../ja_JP.eucJP/LC_NUMERIC \ ${LOCALEDIR}/ja_JP.SJIS/LC_NUMERIC + ln -sf ../ko_KR.eucKR/LC_NUMERIC \ + ${LOCALEDIR}/ko_KR.CP949/LC_NUMERIC .include <bsd.prog.mk> |