1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Document __MAKE_CONF and its default, /etc/make.conf.

MFC-After:	2 weeks
This commit is contained in:
Jens Schweikhardt 2004-01-19 21:44:58 +00:00
parent 50d23be140
commit 863fa48f65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124733

View File

@ -1198,8 +1198,9 @@ utility uses the following environment variables, if they exist:
.Ev MAKE ,
.Ev MAKEFLAGS ,
.Ev MAKEOBJDIR ,
.Ev MAKEOBJDIRPREFIX ,
and
.Ev MAKEOBJDIRPREFIX .
.Ev __MAKE_CONF .
.Sh FILES
.Bl -tag -width /usr/share/doc/psd/12.make -compact
.It Pa .depend
@ -1215,6 +1216,13 @@ system makefile (processed before any other file, including
.Pa makefile
and
.Pa Makefile )
.It Pa /etc/make.conf
system make configuration (processed before
.Pa makefile
and
.Pa Makefile ) .
Can be specified with
.Ev __MAKE_CONF .
.It Pa /usr/share/mk
system makefile directory
.It /usr/share/doc/psd/12.make