summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/greek/Makefile
blob: af20ee2188b1d7c46aeb14c10f5b748db9a439fe (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=     greek
DL=     el_GR.ISO_8859-7

.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