diff options
author | antoine <antoine@FreeBSD.org> | 2013-08-26 17:15:56 +0000 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-08-26 17:15:56 +0000 |
commit | 328f81a335cdc8056d2c4d321eccc63efec300bc (patch) | |
tree | 14bf3b4dba66f0e85a78819f2d19d5a51f4cc4f3 /tools | |
parent | f925cc353c7c6ad5951251d6b9e2a1dd41be5f25 (diff) | |
download | FreeBSD-src-328f81a335cdc8056d2c4d321eccc63efec300bc.zip FreeBSD-src-328f81a335cdc8056d2c4d321eccc63efec300bc.tar.gz |
Document WITHOUT_ICONV, WITH_LIBICONV_COMPAT and WITH_USB_GADGET_EXAMPLES
Diffstat (limited to 'tools')
-rw-r--r-- | tools/build/options/WITHOUT_ICONV | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_ICONV | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_LIBICONV_COMPAT | 2 | ||||
-rw-r--r-- | tools/build/options/WITH_USB_GADGET_EXAMPLES | 2 |
4 files changed, 6 insertions, 2 deletions
diff --git a/tools/build/options/WITHOUT_ICONV b/tools/build/options/WITHOUT_ICONV new file mode 100644 index 0000000..a43dd3a --- /dev/null +++ b/tools/build/options/WITHOUT_ICONV @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to not build iconv as part of libc. diff --git a/tools/build/options/WITH_ICONV b/tools/build/options/WITH_ICONV deleted file mode 100644 index 7acbe44..0000000 --- a/tools/build/options/WITH_ICONV +++ /dev/null @@ -1,2 +0,0 @@ -.\" $FreeBSD$ -Set to build iconv as part of libc. diff --git a/tools/build/options/WITH_LIBICONV_COMPAT b/tools/build/options/WITH_LIBICONV_COMPAT new file mode 100644 index 0000000..f414798 --- /dev/null +++ b/tools/build/options/WITH_LIBICONV_COMPAT @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build libiconv API and link time compatibility. diff --git a/tools/build/options/WITH_USB_GADGET_EXAMPLES b/tools/build/options/WITH_USB_GADGET_EXAMPLES new file mode 100644 index 0000000..2ecbdb7 --- /dev/null +++ b/tools/build/options/WITH_USB_GADGET_EXAMPLES @@ -0,0 +1,2 @@ +.\" $FreeBSD$ +Set to build USB gadget kernel modules. |