summaryrefslogtreecommitdiffstats
path: root/tools/build/options
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-02-22 08:13:49 +0000
committeruqs <uqs@FreeBSD.org>2011-02-22 08:13:49 +0000
commit433f0177d0a0855e8bd7df40e3070caa53112863 (patch)
treebc4366064e389b18b74f217f17bd3ee50484e806 /tools/build/options
parent39bd167d328aba193d4774d21ec95b107419b186 (diff)
downloadFreeBSD-src-433f0177d0a0855e8bd7df40e3070caa53112863.zip
FreeBSD-src-433f0177d0a0855e8bd7df40e3070caa53112863.tar.gz
Flesh out WITHOUT_GROFF support to DTRT.
A full featured groff is required during buildworld, so build it always and don't rely on it being present on the host system. vgrind(1) is tightly coupled to a roff processor and will not be built/installed when groff is disabled. Also much of the roff'ed documentation under share/doc will not be built/installed when WITHOUT_GROFF is defined. Reviewed by: ru (partial)
Diffstat (limited to 'tools/build/options')
-rw-r--r--tools/build/options/WITHOUT_GROFF6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/build/options/WITHOUT_GROFF b/tools/build/options/WITHOUT_GROFF
index 56fbad2..ccd4167 100644
--- a/tools/build/options/WITHOUT_GROFF
+++ b/tools/build/options/WITHOUT_GROFF
@@ -1,3 +1,7 @@
.\" $FreeBSD$
Set to not build
-.Xr groff 1 .
+.Xr groff 1
+and
+.Xr vgrind 1 .
+You should consider installing the textproc/groff port to not break
+.Xr man 1 .
OpenPOWER on IntegriCloud