diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/mk.conf.5 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 9efbb8157c0..0e877a298f4 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.33 2016/10/07 15:15:30 jmc Exp $ +.\" $OpenBSD: mk.conf.5,v 1.34 2016/10/08 07:01:03 jmc Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -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: October 7 2016 $ +.Dd $Mdocdate: October 8 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -212,12 +212,7 @@ to be skipped during "make build". .It Ev SUDO Command run by .Xr make 1 -when doing certain operations requiring root privileges -(e.g. the "make install" portion of "make build"). -If set to -.Ev /usr/bin/doas , -this allows one to run "make build" as a user other than root -(assuming doas is set up for that user). +when doing certain operations requiring root privileges. .It Ev SYS_INCLUDE Copy or symlink kernel include files into .Pa /usr/include . |