From 5784ad7f19c8c4c6a8ef8a42820aa5e438d88743 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 17 Oct 1999 11:00:45 +0000 Subject: restore 8859-5, remove BUILD_TOOLS define --- share/mklocale/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'share/mklocale/Makefile') 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 -- cgit v1.1