summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorveego <veego@NetBSD.org>2012-04-21 08:28:00 +0000
committerveego <veego@NetBSD.org>2012-04-21 08:28:00 +0000
commit018fcc89fbd94b86239b17dc5de2dd4d19568d05 (patch)
treef02c696e87d31caa4759873a431ecefebe1227f3 /Makefile
parent884a5ff4bcae1a6daa5d77ee68e35c7a98f4b3dd (diff)
Add usr.bin to the exclude list for make includes.
This is no longer needed after flex was moved to the external framework.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5fef039d704..79b034e2be9 100644
--- a/Makefile
+++ b/Makefile
@@ -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