# $FreeBSD$ .include "${.CURDIR}/../Makefile.inc" NL= italian DL= it_IT.ISO_8859-1 it_CH.ISO_8859-1 \ it_IT.DIS_8859-15 it_CH.DIS_8859-15 .PATH: ${BASESRC}/${NL} all: tcsh.cat tcsh.cat: tcsh.msg tcsh.msg: set[0-9]* cat ${BASESRC}/${NL}/set[0-9] \ ${BASESRC}/${NL}/set[0-9][0-9] > ${.TARGET} install: .for i in ${DL} ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \ tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat .endfor .include