diff options
author | 2007-04-01 16:12:07 +0000 | |
---|---|---|
committer | 2007-04-01 16:12:07 +0000 | |
commit | a732776ab3cd0dc2bd34f0b8e46b7bc2ce2e6540 (patch) | |
tree | 7efdeaedc84a37a6d28f9a9aa75eecccbacfe352 | |
parent | Shift pci tags for PCIe. (diff) | |
download | wireguard-openbsd-a732776ab3cd0dc2bd34f0b8e46b7bc2ce2e6540.tar.xz wireguard-openbsd-a732776ab3cd0dc2bd34f0b8e46b7bc2ce2e6540.zip |
Document X related options. ok and tweaks jmc@
-rw-r--r-- | share/man/man5/mk.conf.5 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index acdaf237e08..2173098873b 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.10 2007/02/06 15:33:53 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.11 2007/04/01 16:12:07 matthieu Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -164,6 +164,12 @@ National Language Support files owner. .It Ev NONBINMODE Mode for non-executable files. .Bq 444 +.It Ev XOBJDIR +The real path to the 'obj' tree for building the X window system. +.Bq Pa /usr/xobj +.It Ev XSRCDIR +The real path to the X window system sources. +.Bq Pa /usr/src/xenocara .El .Sh ADDITIONAL VARIABLES Additionally, the following variables may be set by @@ -244,6 +250,12 @@ e.g.\& .Fl Wall . . . ) to compiles. .Bq no +.It Ev XENOCARA_RERUN_AUTOCONF +Forces X builds to re-run automake and autoconf in each module before +configuring them. +This option requires that the automake, autoconf and libtool +packages are installed. +.Bq no .El .Sh FILES .Bl -tag -width XXXXXXXXXXXXXXX -compact |