Source-Changes-HG archive

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

[src/trunk]: src/share Descend into nls.



details:   https://anonhg.NetBSD.org/src/rev/119d8b4d196b
branches:  trunk
changeset: 522255:119d8b4d196b
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Feb 14 06:49:57 2002 +0000

description:
Descend into nls.

diffstat:

 share/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e6ad8eba8b89 -r 119d8b4d196b share/Makefile
--- a/share/Makefile    Thu Feb 14 05:16:16 2002 +0000
+++ b/share/Makefile    Thu Feb 14 06:49:57 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2001/10/19 14:00:55 tv Exp $
+#      $NetBSD: Makefile,v 1.21 2002/02/14 06:49:57 enami Exp $
 #      from @(#)Makefile       8.1 (Berkeley) 6/5/93
 
 # Missing:  ms
@@ -10,7 +10,7 @@
 SUBDIR=        dict doc examples man me misc mk sushi \
        tabset termcap tmac wscons zoneinfo
 .if ${MKNLS} != "no"
-SUBDIR+=locale
+SUBDIR+=locale nls
 .endif
 .endif
 



Home | Main Index | Thread Index | Old Index