summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2004-01-19 21:44:58 +0000
committerschweikh <schweikh@FreeBSD.org>2004-01-19 21:44:58 +0000
commitaf431306cd5bfd8ee4e300cb51a2dd9879ee376e (patch)
treed1831f0620b29a06b707d2d56c727c111e59583a /usr.bin
parent6a1db39d2c38b34647c41618a3e9bd22ebb5171a (diff)
downloadFreeBSD-src-af431306cd5bfd8ee4e300cb51a2dd9879ee376e.zip
FreeBSD-src-af431306cd5bfd8ee4e300cb51a2dd9879ee376e.tar.gz
Document __MAKE_CONF and its default, /etc/make.conf.
MFC-After: 2 weeks
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/make.110
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 0c1bb83..74fecc1 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -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
OpenPOWER on IntegriCloud