version 1.156, 2001/11/15 19:32:19 |
version 1.157, 2001/11/20 15:20:28 |
|
|
_J= -j${NBUILDJOBS} |
_J= -j${NBUILDJOBS} |
.endif |
.endif |
|
|
_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ |
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW. Also note that |
usr.sbin share sys etc distrib regress |
# distrib does not belong here, either, as it is a very special case. |
|
_SUBDIR+= tools lib include gnu bin games libexec sbin usr.bin \ |
|
usr.sbin share sys regress |
|
|
|
.if make(cleandir) || make(clean) || make(obj) |
|
_SUBDIR+= distrib |
|
.ifdef MAKEOBJDIRPREFIX |
|
_SUBDIR+= etc |
|
.endif |
|
.endif |
|
|
# Weed out directories that don't exist. |
# Weed out directories that don't exist. |
|
|