diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-06 16:46:49 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-02-06 16:46:49 +0000 |
| commit | d2d72ed9bdbe25ec7a5229956ed0198e28395023 (patch) | |
| tree | 2b68c3ac46e907a79d0907952d73e5faac3ee267 /share | |
| parent | 7536a05bc6c07713d21e89826d4c04f130d2cffb (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/examples/etc/make.conf | 1 | ||||
| -rw-r--r-- | share/man/man5/make.conf.5 | 3 |
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. |
