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

NL=     ja
DL=     ja_JP.EUC

.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.prog.mk>
OpenPOWER on IntegriCloud