Source-Changes-HG archive

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

[src/trunk]: src/bin/sh build the tutoral



details:   https://anonhg.NetBSD.org/src/rev/726a4377e315
branches:  trunk
changeset: 757269:726a4377e315
user:      perry <perry%NetBSD.org@localhost>
date:      Sun Aug 22 02:09:36 2010 +0000

description:
build the tutoral

diffstat:

 bin/sh/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 799a8e50d5d9 -r 726a4377e315 bin/sh/Makefile
--- a/bin/sh/Makefile   Sun Aug 22 02:03:06 2010 +0000
+++ b/bin/sh/Makefile   Sun Aug 22 02:09:36 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.91 2010/02/06 23:45:26 he Exp $
+#      $NetBSD: Makefile,v 1.92 2010/08/22 02:09:36 perry Exp $
 #      @(#)Makefile    8.4 (Berkeley) 5/5/95
 
 .include <bsd.own.mk>
@@ -77,4 +77,8 @@
 NBCOMPATLIB=   -L${COMPATOBJDIR} -lnbcompat
 .endif
 
+.if make(install)
+SUBDIR+=USD.doc
+.endif
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index