mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Document WITHOUT_ICONV, WITH_LIBICONV_COMPAT and WITH_USB_GADGET_EXAMPLES
This commit is contained in:
parent
b949475db0
commit
8f4c73b41f
4 changed files with 6 additions and 2 deletions
2
tools/build/options/WITHOUT_ICONV
Normal file
2
tools/build/options/WITHOUT_ICONV
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to not build iconv as part of libc.
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build iconv as part of libc.
|
||||
2
tools/build/options/WITH_LIBICONV_COMPAT
Normal file
2
tools/build/options/WITH_LIBICONV_COMPAT
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build libiconv API and link time compatibility.
|
||||
2
tools/build/options/WITH_USB_GADGET_EXAMPLES
Normal file
2
tools/build/options/WITH_USB_GADGET_EXAMPLES
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.\" $FreeBSD$
|
||||
Set to build USB gadget kernel modules.
|
||||
Loading…
Reference in a new issue