summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/Makefile.inc
blob: b9396f896f02f7a6a245a13845c66458deec3722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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:
OpenPOWER on IntegriCloud