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

25 lines
475 B
Makefile
Raw Normal View History

# $FreeBSD$
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} \
2000-04-21 12:34:41 +00:00
tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat
.for i in ${LL}
2000-04-21 12:34:41 +00:00
ln -fs ../${DL}/tcsh.cat ${DESTDIR}/..${NLSDIR}/$i/tcsh.cat
.endfor
2000-04-21 12:34:41 +00:00
.include <bsd.prog.mk>