From 018fcc89fbd94b86239b17dc5de2dd4d19568d05 Mon Sep 17 00:00:00 2001 From: veego Date: Sat, 21 Apr 2012 08:28:00 +0000 Subject: Add usr.bin to the exclude list for make includes. This is no longer needed after flex was moved to the external framework. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 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 -- cgit