Split the _SUBDIR assignment into two assignments so you can do things
like "grep ^_SUBDIR Makefile".
This commit is contained in:
parent
3f267f7add
commit
d94dc50679
6
Makefile
6
Makefile
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.165 2002/03/05 16:17:06 pk Exp $
|
||||
# $NetBSD: Makefile,v 1.166 2002/03/11 07:49:24 simonb Exp $
|
||||
|
||||
# This is the top-level makefile for building NetBSD. For an outline of
|
||||
# how to build a snapshot or release, as well as other release engineering
|
||||
|
@ -88,8 +88,8 @@ _SRC_TOP_OBJ_=
|
|||
#_J= -j${NBUILDJOBS}
|
||||
.endif
|
||||
|
||||
_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \
|
||||
usr.sbin share sys etc distrib regress
|
||||
_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin
|
||||
_SUBDIR+= usr.sbin share sys etc distrib regress
|
||||
|
||||
# Weed out directories that don't exist.
|
||||
|
||||
|
|
Loading…
Reference in New Issue