Module Name:    src
Committed By:   christos
Date:           Tue Apr 11 14:04:15 UTC 2017

Modified Files:
        src: Makefile

Log Message:
don't descend into gnu


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 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.317 src/Makefile:1.318
--- src/Makefile:1.317	Wed Jan 13 21:51:25 2016
+++ src/Makefile	Tue Apr 11 10:04:15 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.317 2016/01/14 02:51:25 christos Exp $
+#	$NetBSD: Makefile,v 1.318 2017/04/11 14:04:15 christos Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -136,7 +136,7 @@ _SRC_TOP_OBJ_=
 # _SUBDIR is used to set SUBDIR, after removing directories that have
 # BUILD_${dir}=no, or that have no ${dir}/Makefile.
 #
-_SUBDIR=	tools lib include gnu external crypto/external bin games
+_SUBDIR=	tools lib include external crypto/external bin games
 _SUBDIR+=	libexec sbin usr.bin
 _SUBDIR+=	usr.sbin share sys etc tests compat
 _SUBDIR+=	.WAIT rescue .WAIT distrib regress
@@ -249,7 +249,6 @@ BUILDTARGETS+=	do-obsolete
 
 .ORDER:		${BUILDTARGETS}
 includes-lib:	.PHONY includes-include includes-sys
-includes-gnu:	.PHONY includes-lib
 
 #
 # Record the values of variables that might affect the build.

Reply via email to