summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/mk.conf.57
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5
index baff8681923..acdaf237e08 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.9 2006/08/26 20:32:00 jmc Exp $
+.\" $OpenBSD: mk.conf.5,v 1.10 2007/02/06 15:33:53 jmc Exp $
.\"
.\" Copyright (c) 2003 Jason McIntyre
.\"
@@ -216,7 +216,10 @@ uses pipes for the temporary data.
Compile in support for S/key authentication.
.Bq yes; set unconditionally
.It Ev SKIPDIR
-A space separated list of directories to be skipped during "make build".
+A space separated list of directories,
+relative to
+.Ev BSDSRCDIR ,
+to be skipped during "make build".
.It Ev SUDO
Command run by
.Xr make 1