From 4723e615565c54aabd7413dbf26d520026359437 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 6 Jan 2001 14:00:33 +0000 Subject: [PATCH] rename sushi.msg.en to C.msg build and install message catalog --- usr.sbin/sushi/{sushi.msg.en => C.msg} | 0 usr.sbin/sushi/Makefile | 5 ++++- 2 files changed, 4 insertions(+), 1 deletion(-) rename usr.sbin/sushi/{sushi.msg.en => C.msg} (100%) diff --git a/usr.sbin/sushi/sushi.msg.en b/usr.sbin/sushi/C.msg similarity index 100% rename from usr.sbin/sushi/sushi.msg.en rename to usr.sbin/sushi/C.msg diff --git a/usr.sbin/sushi/Makefile b/usr.sbin/sushi/Makefile index 241fb6402054..72661adeaf67 100644 --- a/usr.sbin/sushi/Makefile +++ b/usr.sbin/sushi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/05 19:01:59 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/06 14:00:34 jdolecek Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 .include @@ -15,4 +15,7 @@ LDADD+= -lutil -lcurses -lcdk -lform -lm -L${LIBINSTALL} -linstall DPADD+= ${LIBUTIL} ${LIBCURSES} ${LIBCDK} ${LIBFORM} ${LIBM} \ ${LIBINSTALL}/libinstall.a +NLS= C.msg + .include +.include