summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2014-11-04 10:00:25 +0000
committerMarc Espie <espie@cvs.openbsd.org>2014-11-04 10:00:25 +0000
commit8e4d2f49ab59d3deb20bf79b08b7bbd97cf3002a (patch)
treea8e883cd83229d8ba65b33bcea6b0c255ec1f7ba
parent528b142298ce8fcbf83d0474978e00522c67fa52 (diff)
Xr to make.1 for MAKEFILE_LIST
-rw-r--r--share/man/man5/bsd.port.mk.57
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index d92b30de8bf..1465f6d111d 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.409 2014/11/03 19:51:16 bcallah Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.410 2014/11/04 10:00:24 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 3 2014 $
+.Dd $Mdocdate: November 4 2014 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -1871,6 +1871,9 @@ Used after changing directory to ${WRKBUILD}.
The make program that is used for building the port.
Set to ${MAKE} or ${GMAKE} depending on USE_GMAKE.
Read-only.
+.It Ev MAKEFILE_LIST
+Introspection variable, see
+.Xr make 1 .
.It Ev MAKESUMFILES
List of all files that need to be retrieved by
.Ar fetch-all ,