diff options
| author | Tom Rhodes <trhodes@FreeBSD.org> | 2006-05-16 18:59:00 +0000 |
|---|---|---|
| committer | Tom Rhodes <trhodes@FreeBSD.org> | 2006-05-16 18:59:00 +0000 |
| commit | 57caf3d61fef2a22d3412b1cf9b4bc370dfcec33 (patch) | |
| tree | e1c3ea567536f64b6d9fb92593307bdaef60fcf6 /tools | |
| parent | e45269bf51b79f97a1ee6755f7faa972fae850d5 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/build/options/makeman | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tools/build/options/makeman b/tools/build/options/makeman index cc61ccd32c51..d9a6b2e6b9e9 100644 --- a/tools/build/options/makeman +++ b/tools/build/options/makeman @@ -60,7 +60,7 @@ main() .Os .Sh NAME .Nm src.conf -.Nd source build options +.Nd "source build options" .Sh DESCRIPTION The .Nm @@ -104,7 +104,7 @@ The only purpose of .Nm is to control the compilation of the .Fx -sources, which are usually found in +source code, which is usually located in .Pa /usr/src . As a rule, the system administrator creates .Nm @@ -119,12 +119,14 @@ option of or in environment; see .Xr environ 7 . .Pp -The values of variables are ignored; the variable being -set at all (even to +The value of variables are ignored regardless of their setting; +even if they would be set to .Dq Li FALSE or -.Dq Li NO ) -causes it to be treated as if it was set with no value. +.Dq Li NO . +Just the existence of an option will cause +it to be honoured by +.Xr make 1 . .Pp The following list provides a name and short description for variables that can be used for source builds. |
