Module Name: src
Committed By: riz
Date: Wed May 9 20:06:37 UTC 2012
Modified Files:
src [netbsd-6]: Makefile
Log Message:
Pull up following revision(s) (requested by veego in ticket #238):
Makefile: revision 1.292
Add usr.bin to the exclude list for make includes.
This is no longer needed after flex was moved to the external framework.
To generate a diff of this commit:
cvs rdiff -u -r1.291 -r1.291.2.1 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.291 src/Makefile:1.291.2.1
--- src/Makefile:1.291 Tue Jan 24 17:37:34 2012
+++ src/Makefile Wed May 9 20:06:36 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.291 2012/01/24 17:37:34 abs Exp $
+# $NetBSD: Makefile,v 1.291.2.1 2012/05/09 20:06:36 riz Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -563,7 +563,7 @@ do-obsolete: .PHONY .MAKE
# (Tells <bsd.subdir.mk> not to recurse for them.)
#
-.for dir in bin etc distrib games libexec regress sbin usr.sbin tools
+.for dir in bin etc distrib games libexec regress sbin usr.bin usr.sbin tools
includes-${dir}: .PHONY
@true
.endfor