diff options
author | 2003-08-21 20:24:12 +0000 | |
---|---|---|
committer | 2003-08-21 20:24:12 +0000 | |
commit | e21c87f25ee9e51442a9a211c22af995c01849b0 (patch) | |
tree | a7c7242f0a16037c947c475ca3b7032a7e90b72b | |
parent | These files were intended for X11 support, but serve no purpose nowadays, (diff) | |
download | wireguard-openbsd-e21c87f25ee9e51442a9a211c22af995c01849b0.tar.xz wireguard-openbsd-e21c87f25ee9e51442a9a211c22af995c01849b0.zip |
Document FAKEOBJDIR
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index c5ac9a9f814..a8675f38a68 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.120 2003/08/15 00:10:01 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.121 2003/08/21 20:24:12 espie Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -838,6 +838,9 @@ By default, ${DESTDIRNAME}=${WRKINST}. .It Ev FAKE_TARGET Target build by ${MAKE_PROGRAM} on fake invocation. Defaults to ${INSTALL_TARGET}. +.It Ev FAKEOBJDIR +If defined, used as a base for the fake area. +The real fake directory ${WRKINST} is created there. .It Ev FETCH_CMD Command used to fetch distribution files for this port. Defaults to |