freebsd-nq/bin/csh/nls/Makefile.inc

18 lines
243 B
PHP
Raw Normal View History

# $FreeBSD$
GENCAT= gencat -new
BASESRC= ${.CURDIR}/../../../../contrib/tcsh/nls
.SUFFIXES: .msg .cat
.msg.cat:
${GENCAT} ${.TARGET} ${.IMPSRC}
CLEANFILES+= tcsh.cat tcsh.msg
all: tcsh.cat
tcsh.cat: tcsh.msg
distribute: