Module Name: src Committed By: perry Date: Sun Aug 22 02:09:36 UTC 2010
Modified Files: src/bin/sh: Makefile Log Message: build the tutoral To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/bin/sh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/sh/Makefile diff -u src/bin/sh/Makefile:1.91 src/bin/sh/Makefile:1.92 --- src/bin/sh/Makefile:1.91 Sat Feb 6 23:45:26 2010 +++ src/bin/sh/Makefile Sun Aug 22 02:09:36 2010 @@ -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>