freebsd-src/bin/csh/nls/Makefile.inc
Andrey A. Chernov be2c49b193 Activate ja nls if WANT_KANJI
Fix 'make release'
Suppress 'make distribute'
2000-04-24 08:14:16 +00:00

18 lines
243 B
Makefile

# $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: