diff options
| author | christos <christos@NetBSD.org> | 2017-04-11 14:04:15 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2017-04-11 14:04:15 +0000 |
| commit | 1d0905c63f93bc0d93129bf329bcb9aa8dce6858 (patch) | |
| tree | 088f3f6e19c3418ae55347f7b10f8888abc9d42a /Makefile | |
| parent | 6c0f4229780bc88da248eb7a8d2b50db80c1f500 (diff) | |
don't descend into gnu
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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. |
