Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/sysinst message and menu files now named *.en ...



details:   https://anonhg.NetBSD.org/src/rev/da23848362a6
branches:  trunk
changeset: 473863:da23848362a6
user:      cgd <cgd%NetBSD.org@localhost>
date:      Sun Jun 20 05:55:51 1999 +0000

description:
message and menu files now named *.en rather than *.eng (via repository
move).  Fixes PR#7277.

diffstat:

 distrib/utils/sysinst/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r afe021b3b5be -r da23848362a6 distrib/utils/sysinst/Makefile.inc
--- a/distrib/utils/sysinst/Makefile.inc        Sun Jun 20 05:48:49 1999 +0000
+++ b/distrib/utils/sysinst/Makefile.inc        Sun Jun 20 05:55:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 1999/02/13 02:54:18 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.5 1999/06/20 05:55:51 cgd Exp $
 #
 # Makefile for install
 
@@ -23,7 +23,7 @@
 
 CLEANFILES= menu_defs.c menu_defs.h menus.def msg_defs.c msg_defs.h msg.def
 
-LANG?=eng
+LANG?=en
 
 .PATH: ${.CURDIR}/../..
 



Home | Main Index | Thread Index | Old Index