| version 1.128, 2001/08/17 15:05:50 |
version 1.129, 2001/09/21 21:01:13 |
|
|
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| |
|
| .if defined(USE_NEW_TOOLCHAIN) |
|
| .include "${.CURDIR}/tools/Makefile.tools" |
|
| .endif |
|
| |
|
| MKOBJDIRS ?= no |
MKOBJDIRS ?= no |
| |
|
| .if defined(NBUILDJOBS) |
.if defined(NBUILDJOBS) |
|
|
| release snapshot: build |
release snapshot: build |
| (cd ${.CURDIR}/etc && ${MAKE} ${_M} INSTALL_DONE=1 release) |
(cd ${.CURDIR}/etc && ${MAKE} ${_M} INSTALL_DONE=1 release) |
| |
|
| |
# Speedup stubs for some subtrees that don't need to run these rules |
| |
includes-bin includes-games includes-libexec includes-regress \ |
| |
includes-sbin includes-usr.sbin: |
| |
@${TRUE} |
| |
|
| .include <bsd.subdir.mk> |
.include <bsd.subdir.mk> |