freebsd-dev/bin/csh/nls/finnish/Makefile
2000-04-20 07:08:43 +00:00

25 lines
435 B
Makefile

# $FreeBSD$
.include "${.CURDIR}/../Makefile.inc"
NL= finnish
DL= fi_FI.ISO_8859-1 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:
.for i in ${DL}
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}${NLSDIR}/$i/tcsh.cat
.endfor
.include <bsd.obj.mk>