freebsd-dev/bin/csh/nls/finnish/Makefile

27 lines
507 B
Makefile
Raw Normal View History

# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= finnish
DL= fi_FI.ISO_8859-1
LL= 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:
${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.obj.mk>