| version 1.148, 2001/11/01 15:48:39 |
version 1.149, 2001/11/01 16:30:53 |
|
|
| .MAKEFLAGS: -m ${.CURDIR}/share/mk |
.MAKEFLAGS: -m ${.CURDIR}/share/mk |
| .endif |
.endif |
| |
|
| MKOBJDIRS ?= no |
|
| |
|
| .include <bsd.own.mk> |
.include <bsd.own.mk> |
| |
|
| # Sanity check: make sure that "make build" is not invoked simultaneously |
# Sanity check: make sure that "make build" is not invoked simultaneously |
|
|
| |
|
| # Targets (in order!) called by "make build". |
# Targets (in order!) called by "make build". |
| |
|
| .if ${MKOBJDIRS:Uno} != "no" |
.if ${MKOBJDIRS} != "no" |
| BUILDTARGETS+= obj |
BUILDTARGETS+= obj |
| .endif |
.endif |
| .if !defined(UPDATE) && !defined(NOCLEANDIR) |
.if !defined(UPDATE) && !defined(NOCLEANDIR) |