Source-Changes-HG archive

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

[src/trunk]: src/share Argh.. I forgot to enable the sushi subdir in this Mak...



details:   https://anonhg.NetBSD.org/src/rev/cbf27aa40070
branches:  trunk
changeset: 501766:cbf27aa40070
user:      garbled <garbled%NetBSD.org@localhost>
date:      Sun Jan 07 07:10:30 2001 +0000

description:
Argh.. I forgot to enable the sushi subdir in this Makefile,  fix.
Pointed out by Lennart Augustsson in private email.

diffstat:

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

diffs (18 lines):

diff -r 44d1e811b6da -r cbf27aa40070 share/Makefile
--- a/share/Makefile    Sun Jan 07 06:56:15 2001 +0000
+++ b/share/Makefile    Sun Jan 07 07:10:30 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2000/12/30 04:21:20 itojun Exp $
+#      $NetBSD: Makefile,v 1.15 2001/01/07 07:10:30 garbled Exp $
 #      from @(#)Makefile       8.1 (Berkeley) 6/5/93
 
 # Missing:  ms
@@ -7,7 +7,7 @@
 
 .if ${MKSHARE} != "no" || \
        make(clean) || make(cleandir) || make(distclean) || make(obj)
-SUBDIR=        dict doc examples man me misc mk \
+SUBDIR=        dict doc examples man me misc mk sushi \
        tabset termcap tmac wscons zoneinfo
 .if ${MKNLS} != "no"
 SUBDIR+=locale



Home | Main Index | Thread Index | Old Index