diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 15:33:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-02-06 15:33:54 +0000 |
commit | 7d59741692eab9c38397a8d5c82da652a44674e2 (patch) | |
tree | 5a86dc287e073baecf90aae88b179f15a97acf89 | |
parent | f75306d47ec99a64ba770603954961903bc4a339 (diff) |
note that SKIPDIR paths are relative to BSDSRCDIR;
from Brian A. Seklecki
-rw-r--r-- | share/man/man5/mk.conf.5 | 7 |
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 |