| version 1.194, 2002/12/26 12:01:48 |
version 1.195, 2003/01/02 23:15:27 |
|
|
| dependall-distrib depend-distrib all-distrib: |
dependall-distrib depend-distrib all-distrib: |
| @true |
@true |
| |
|
| |
# |
| |
# we don't want the obj target in etc invoked as part of the normal |
| |
# course of events because that makes it too early. therefore, define |
| |
# a neutral version of the target that bsd.subdir.mk would create. |
| |
# |
| |
obj-etc: |
| |
@true |
| |
|
| .include <bsd.obj.mk> |
.include <bsd.obj.mk> |
| .include <bsd.subdir.mk> |
.include <bsd.subdir.mk> |
| |
|
| |
# |
| |
# now, make a "real" target that will recurse into etc to enact the |
| |
# obj target, and .USE it onto the end of the obj handling for the |
| |
# current directory. note that this is only done if we already have |
| |
# commands for the obj target (we won't if we're not making objdirs), |
| |
# and only if etc is a target subdirectory. |
| |
# |
| |
.if commands(obj) && (${SUBDIR:Metc} == "etc") |
| |
real-obj-etc: .USE |
| |
@(echo "obj ===> etc"; \ |
| |
cd ${.CURDIR}/etc && ${MAKE} obj) |
| |
obj: real-obj-etc |
| |
.endif |
| |
|
| build-docs: ${.CURDIR}/BUILDING |
build-docs: ${.CURDIR}/BUILDING |
| ${.CURDIR}/BUILDING: doc/BUILDING.mdoc |
${.CURDIR}/BUILDING: doc/BUILDING.mdoc |
| groff -mdoc -Tascii -P-b -P-u -P-o $> >$@ |
groff -mdoc -Tascii -P-b -P-u -P-o $> >$@ |