diff options
Diffstat (limited to 'share/numericdef')
-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 49a42c7..550ba44 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -114,5 +114,7 @@ afterinstall: ln -sf ../${link}.ISO8859-1/LC_NUMERIC \ ${LOCALEDIR}/${link}.US-ASCII/LC_NUMERIC .endfor + ln -sf ../ja_JP.eucJP/LC_NUMERIC \ + ${LOCALEDIR}/ja_JP.SJIS/LC_NUMERIC .include <bsd.prog.mk> |