| version 1.139, 2001/10/19 14:17:52 |
version 1.140, 2001/10/21 08:03:01 |
| Line 73 _J= -j${NBUILDJOBS} |
|
| Line 73 _J= -j${NBUILDJOBS} |
|
| .if ${USETOOLS} == "yes" |
.if ${USETOOLS} == "yes" |
| _SUBDIR+= tools |
_SUBDIR+= tools |
| .endif |
.endif |
| |
# NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW |
| |
|
| _SUBDIR+= lib include gnu bin games libexec sbin usr.bin \ |
_SUBDIR+= lib include gnu bin games libexec sbin usr.bin \ |
| usr.sbin share sys etc distrib regress |
usr.sbin share sys regress |
| |
|
| |
.if make(cleandir) || make(obj) |
| |
_SUBDIR+= distrib |
| |
.ifdef MAKEOBJDIRPREFIX |
| |
_SUBDIR+= etc |
| |
.endif |
| |
.endif |
| |
|
| # Weed out directories that don't exist. |
# Weed out directories that don't exist. |
| |
|