Regenerate

This commit is contained in:
Bryan Drewery 2015-09-18 22:26:25 +00:00
parent b917e97346
commit 978e1d6629
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=287974

View file

@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 287942 2015-09-17 22:04:46Z bdrewery
.\" $FreeBSD$
.Dd September 17, 2015
.Dd September 18, 2015
.Dt SRC.CONF 5
.Os
.Sh NAME
@ -909,8 +909,11 @@ This must be set in the environment, make command line, or
not
.Pa /etc/src.conf .
.It Va WITH_META_MODE
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 287932 2015-09-17 20:33:52Z bdrewery
.\" from FreeBSD: head/tools/build/options/WITH_META_MODE 287973 2015-09-18 22:22:32Z bdrewery
Enable building in meta mode.
This is an experimental build feature.
For details see
http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
.Pp
The build is driven by dirdeps.mk using
.Va DIRDEPS
@ -924,7 +927,10 @@ recursively reads
.Va DIRDEPS
from Makefile.depend
computing a graph of tree dependencies from the current origin.
See http://www.crufty.net/help/sjg/dirdeps.htm
Setting
.Va NO_DIRDEPS
will skip checking dirdep dependencies and will only build in the current
directory.
.Pp
As each target is made
.Xr make 1