diff options
author | 2012-05-15 13:19:43 +0000 | |
---|---|---|
committer | 2012-05-15 13:19:43 +0000 | |
commit | 9c99ddd1f547fb71d7b9db6515ee7263526a40ec (patch) | |
tree | dd8be90e32a2af3fec9e9043404f19ac63053b6c | |
parent | Set the usb(4) unit number as bus number. This fixes a possible (diff) | |
download | wireguard-openbsd-9c99ddd1f547fb71d7b9db6515ee7263526a40ec.tar.xz wireguard-openbsd-9c99ddd1f547fb71d7b9db6515ee7263526a40ec.zip |
.Xr mk.conf(5) from bsd.port.mk(5) as it has useful information about
variables which affect port builds (DEBUG and so on). ok ajacoutot@ jasper@
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 6e74153f004..8a0b6028d7f 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.335 2012/04/28 10:51:19 ajacoutot Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.336 2012/05/15 13:19:43 sthen 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: April 28 2012 $ +.Dd $Mdocdate: May 15 2012 $ .Dt BSD.PORT.MK 5 .Os .Sh NAME @@ -3803,6 +3803,7 @@ or in a subdirectory of .Xr pkg_create 1 , .Xr OpenBSD::Intro 3p , .Xr bsd.port.arch.mk 5 , +.Xr mk.conf 5 , .Xr port-modules 5 , .Xr library-specs 7 , .Xr mirroring-ports 7 , |