From d2d72ed9bdbe25ec7a5229956ed0198e28395023 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 6 Feb 2005 16:46:49 +0000 Subject: [PATCH] Document NO_GPIB --- share/examples/etc/make.conf | 1 + share/man/man5/make.conf.5 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 75fd5512e654..66c62e0ef2fa 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 7e96009d13be..d59f93c6bfd8 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.