summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/german/Makefile
blob: b6d45146faa513a7a24311d0156e52605df2955f (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
25
# $FreeBSD$

NL=     german
DL=     de_DE.ISO_8859-1
LL=     de_AT.ISO_8859-1 de_CH.ISO_8859-1 de_AT.DIS_8859-15 \
	de_CH.DIS_8859-15 de_DE.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:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
		tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat
.for i in ${LL}
	ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat
.endfor

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