be2c49b193
Fix 'make release' Suppress 'make distribute'
17 lines
324 B
Makefile
17 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
NL= greek
|
|
DL= el_GR.ISO_8859-7
|
|
|
|
.PATH: ${BASESRC}/${NL}
|
|
|
|
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>
|