From 3ceaaa7739db55a9117447b4bf0b3e713f53b7db Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 2 Mar 2012 20:54:41 +0000 Subject: - Drop conditional that was only relevant to 6.X and older --- shells/tcsh_nls/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'shells') diff --git a/shells/tcsh_nls/Makefile b/shells/tcsh_nls/Makefile index 581bd6a73889..c4dee4638e22 100644 --- a/shells/tcsh_nls/Makefile +++ b/shells/tcsh_nls/Makefile @@ -61,12 +61,6 @@ NLS_CATALOGS= de_DE.ISO8859-1:de_AT.UTF-8 \ uk_UA.KOI8-U:uk_UA.ISO8859-5 \ uk_UA.KOI8-U:uk_UA.UTF-8 \ -.include - -.if (${OSVERSION} >= 700000 && ${OSVERSION} < 700014) || ${OSVERSION} < 600105 -IGNORE= needs FreeBSD 6.1 or 7 -.endif - do-fetch: @${DO_NADA} @@ -76,4 +70,4 @@ do-install: ${PREFIX}/share/nls/$${i##*:}/tcsh.cat; \ done -.include +.include -- cgit v1.2.3