diff options
author | ache <ache@FreeBSD.org> | 1999-10-17 11:00:45 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-10-17 11:00:45 +0000 |
commit | 5784ad7f19c8c4c6a8ef8a42820aa5e438d88743 (patch) | |
tree | eb8835a044e9c9ff4e431e61141ef1a858e0f145 /share | |
parent | 6e92fa935f016a2fd4370d27d6855112d8a913ba (diff) | |
download | FreeBSD-src-5784ad7f19c8c4c6a8ef8a42820aa5e438d88743.zip FreeBSD-src-5784ad7f19c8c4c6a8ef8a42820aa5e438d88743.tar.gz |
restore 8859-5, remove BUILD_TOOLS define
Diffstat (limited to 'share')
-rw-r--r-- | share/mklocale/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mklocale/Makefile b/share/mklocale/Makefile index 1c446a9..4556983 100644 --- a/share/mklocale/Makefile +++ b/share/mklocale/Makefile @@ -11,6 +11,7 @@ LOCALES= ja_JP.EUC \ lt_LN.ISO_8859-2 \ lt_LN.DIS_8859-15 \ ru_SU.CP866 \ + ru_SU.ISO_8859-5 \ ru_SU.KOI8-R \ zh_CN.EUC \ zh_TW.Big5 @@ -29,11 +30,8 @@ LATIN2LINKS = hr_HR hu_HU pl_PL sl_SI .src.out: mklocale -o ${.TARGET} ${.IMPSRC} -.if !defined(_BUILD_TOOLS) all: ${LOCALES:S/$/.out/g} -.endif -.if !defined(_BUILD_TOOLS) afterinstall: .for locale in ${LOCALES} ${INSTALL} ${COPY} -m 644 -o ${BINOWN} -g ${BINGRP} \ @@ -53,6 +51,5 @@ afterinstall: .endfor ln -fs ../ja_JP.SJIS/LC_CTYPE \ ${LOCALEDIR}/ja_JP.Shift_JIS/LC_CTYPE -.endif .include <bsd.prog.mk> |