summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/finnish/Makefile
blob: 6756537fd53c7e667527e997aee27e2fd3928842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

.include "${.CURDIR}/../Makefile.inc"

NL=     finnish
DL=	fi_FI.ISO_8859-1 fi_FI.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 <bsd.obj.mk>
OpenPOWER on IntegriCloud