diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-02-12 02:30:04 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-02-12 02:30:04 +0000 |
commit | 4f39e53b2e247756e97ec67a5881b62ea5a3e515 (patch) | |
tree | f34bcfeacc228208806d4eb28056f53486d78f70 /share | |
parent | b65e44491dde45e736ffa55395238d73f4e05d10 (diff) | |
download | FreeBSD-src-4f39e53b2e247756e97ec67a5881b62ea5a3e515.zip FreeBSD-src-4f39e53b2e247756e97ec67a5881b62ea5a3e515.tar.gz |
Document the NOMAN option.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/make.conf.5 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 62cf355..4d49b24 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -476,6 +476,9 @@ and related programs. Set to not build the .Xr mailwrapper 8 MTA selector. +.It Va NOMAN +.Pq Vt bool +Set to not build manual pages. .It Va NO_OBJC .Pq Vt bool Set to not build Objective C support. |