| version 1.137, 2001/10/19 02:35:45 |
version 1.138, 2001/10/19 03:19:01 |
|
|
| _J= -j${NBUILDJOBS} |
_J= -j${NBUILDJOBS} |
| .endif |
.endif |
| |
|
| .if ${USETOOLS} != "no" |
.if ${USETOOLS} == "yes" |
| _SUBDIR+= tools |
_SUBDIR+= tools |
| .endif |
.endif |
| _SUBDIR+= lib include gnu bin games libexec sbin usr.bin \ |
_SUBDIR+= lib include gnu bin games libexec sbin usr.bin \ |
| Line 104 BUILDTARGETS+= obj |
|
| Line 104 BUILDTARGETS+= obj |
|
| .if !defined(UPDATE) && !defined(NOCLEANDIR) |
.if !defined(UPDATE) && !defined(NOCLEANDIR) |
| BUILDTARGETS+= cleandir |
BUILDTARGETS+= cleandir |
| .endif |
.endif |
| .if ${USETOOLS} != "no" |
.if ${USETOOLS} == "yes" |
| BUILDTARGETS+= do-make-tools |
BUILDTARGETS+= do-make-tools |
| .endif |
.endif |
| .if !defined(NODISTRIBDIRS) |
.if !defined(NODISTRIBDIRS) |