summaryrefslogtreecommitdiffstats
path: root/bin/csh/nls/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bin/csh/nls/Makefile.inc')
-rw-r--r--bin/csh/nls/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/csh/nls/Makefile.inc b/bin/csh/nls/Makefile.inc
new file mode 100644
index 0000000..ff21f2f
--- /dev/null
+++ b/bin/csh/nls/Makefile.inc
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+GENCAT= gencat -new
+BASESRC= ${.CURDIR}/../../../../contrib/tcsh/nls
+
+.SUFFIXES: .msg .cat
+
+.msg.cat:
+ ${GENCAT} ${.TARGET} ${.IMPSRC}
+
+CLEANFILES+= tcsh.cat tcsh.msg
OpenPOWER on IntegriCloud