summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsepotvin <sepotvin@FreeBSD.org>2007-06-13 02:08:04 +0000
committersepotvin <sepotvin@FreeBSD.org>2007-06-13 02:08:04 +0000
commit3ffe583f135abf345278b912b885783f69a24bd5 (patch)
tree82c2597c5d5e690c3bee8388626688cb7826c05e /tools
parent20ad8ecfb0af809f13b9dc6e5ab994548e0d785c (diff)
downloadFreeBSD-src-3ffe583f135abf345278b912b885783f69a24bd5.zip
FreeBSD-src-3ffe583f135abf345278b912b885783f69a24bd5.tar.gz
Options spring cleanup:
- Add and document the KVM and KVM_SUPPORT options that are needed for the ifmcstats(3) makefile - Garbage collect unused variables - Add missing inclusion of bsd.own.mk where needed Approved by: kan (mentor) Reviewed by: ru
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_KVM5
-rw-r--r--tools/build/options/WITHOUT_KVM_SUPPORT4
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_KVM b/tools/build/options/WITHOUT_KVM
new file mode 100644
index 0000000..121186a
--- /dev/null
+++ b/tools/build/options/WITHOUT_KVM
@@ -0,0 +1,5 @@
+.\" $FreeBSD$
+Set to not build the
+.Nm libkvm
+library as a part of the base system.
+.Sy "The option has no effect yet."
diff --git a/tools/build/options/WITHOUT_KVM_SUPPORT b/tools/build/options/WITHOUT_KVM_SUPPORT
new file mode 100644
index 0000000..16c91a7
--- /dev/null
+++ b/tools/build/options/WITHOUT_KVM_SUPPORT
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to build some programs without optional
+.Nm libkvm
+support.
OpenPOWER on IntegriCloud