| version 1.157, 2001/11/20 15:20:28 |
version 1.158, 2001/11/20 17:05:02 |
|
|
| _J= -j${NBUILDJOBS} |
_J= -j${NBUILDJOBS} |
| .endif |
.endif |
| |
|
| # NOTE THAT etc *DOES NOT* BELONG IN THE LIST BELOW. Also note that |
_SUBDIR= tools lib include gnu bin games libexec sbin usr.bin \ |
| # distrib does not belong here, either, as it is a very special case. |
usr.sbin share sys etc distrib regress |
| _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. |
| |
|