Module Name:    src
Committed By:   veego
Date:           Sat Apr 21 08:28:00 UTC 2012

Modified Files:
        src: Makefile

Log Message:
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.292 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.292
--- src/Makefile:1.291	Tue Jan 24 17:37:34 2012
+++ src/Makefile	Sat Apr 21 08:28:00 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.291 2012/01/24 17:37:34 abs Exp $
+#	$NetBSD: Makefile,v 1.292 2012/04/21 08:28:00 veego 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

Reply via email to