summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-04-30 17:58:28 +0000
committerbz <bz@FreeBSD.org>2011-04-30 17:58:28 +0000
commit5b8b8b0a6ae8544e627604541b436e4f730f5f8d (patch)
tree2dc482151acb93f893c701da6312e4ff2290a7a2 /tools
parentc27718afac66096b5dc5465b17a3d03a843580eb (diff)
downloadFreeBSD-src-5b8b8b0a6ae8544e627604541b436e4f730f5f8d.zip
FreeBSD-src-5b8b8b0a6ae8544e627604541b436e4f730f5f8d.tar.gz
Introduce two new options MK_INET and MK_INET_SUPPORT analogically
with INET6 equivalents. Patch reather than re-genenerating src.conf (given the current problem with the script that does the re-gen). Reviewed by: gnn Sponsored by: The FreeBSD Foundation Sponsored by: iXsystems MFC after: 2 weeks
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_INET2
-rw-r--r--tools/build/options/WITHOUT_INET_SUPPORT2
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_INET b/tools/build/options/WITHOUT_INET
new file mode 100644
index 0000000..98e1c56
--- /dev/null
+++ b/tools/build/options/WITHOUT_INET
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to not build programs and libraries related to IPv4 networking.
diff --git a/tools/build/options/WITHOUT_INET_SUPPORT b/tools/build/options/WITHOUT_INET_SUPPORT
new file mode 100644
index 0000000..7257440
--- /dev/null
+++ b/tools/build/options/WITHOUT_INET_SUPPORT
@@ -0,0 +1,2 @@
+.\" $FreeBSD$
+Set to build libraries, programs, and kernel modules without IPv4 support.
OpenPOWER on IntegriCloud