summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/greek/Makefile
blob: 1809d8decf9394b72d261a1d667d707f4f06ff30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
		tcsh.cat ${DESTDIR}${NLSDIR}/${DL}/tcsh.cat

.include <bsd.obj.mk>
OpenPOWER on IntegriCloud