aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2005-02-06 16:46:49 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2005-02-06 16:46:49 +0000
commitd2d72ed9bdbe25ec7a5229956ed0198e28395023 (patch)
tree2b68c3ac46e907a79d0907952d73e5faac3ee267 /share
parent7536a05bc6c07713d21e89826d4c04f130d2cffb (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/examples/etc/make.conf1
-rw-r--r--share/man/man5/make.conf.53
2 files changed, 4 insertions, 0 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 75fd5512e654e..66c62e0ef2fad 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -117,6 +117,7 @@
#NO_FORTRAN= # do not build g77 and related libraries
#NO_GAMES= # do not build games (games/ subdir)
#NO_GDB= # do not build GDB
+#NO_GPIB= # do not build GPIB support
#NO_I4B= # do not build isdn4bsd package
#NO_INET6= # do not build IPv6 related programs and libraries
#NO_INFO= # do not make or install info files
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 7e96009d13be9..d59f93c6bfd8d 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -446,6 +446,9 @@ and related libraries.
.Pq Vt bool
Set to not build
.Xr gdb 1 .
+.It Va NO_GPIB
+.Pq Vt bool
+Set to not build GPIB bus support.
.It Va NO_I4B
.Pq Vt bool
Set to not build isdn4bsd package.