diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/make.conf.5 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index 445edca..cba9dce 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -469,11 +469,40 @@ Set to not build isdn4bsd package. .It Va NO_IPFILTER .Pq Vt bool Set to not build IP Filter package. +.It Va NO_TOOLCHAIN +.Pq Vt bool +Set to not build +programs used for program development, +compilers, debuggers etc. +.It Va NOINET6 +.Pq Vt bool +Set to not build +programs and libraries related to IPv6 networking. +.It Va NOATM +.Pq Vt bool +Set to not build +programs and libraries related to ATM networking. +.It Va NO_USB +.Pq Vt bool +Set to not build +.Xr usbd 8 +and related programs. .It Va NO_LPR .Pq Vt bool Set to not build .Xr lpr 1 and related programs. +.It Va NO_ACPI +.Pq Vt bool +Set to not build +.Xr acpiconf 8 , +.Xr acpidump 8 +and related programs. +.It Va NO_VINUM +.Pq Vt bool +Set to not build +.Xr vinum 8 +and related programs. .It Va NO_MAILWRAPPER .Pq Vt bool Set to not build the |