aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephane E. Potvin <sepotvin@FreeBSD.org>2007-06-13 02:08:04 +0000
committerStephane E. Potvin <sepotvin@FreeBSD.org>2007-06-13 02:08:04 +0000
commit04031e9ae2866272e7a5d945f92af4baa4539536 (patch)
tree82c2597c5d5e690c3bee8388626688cb7826c05e /tools
parent9a97252585e1be47aa6f9154de1f54eab7dffe47 (diff)
downloadsrc-04031e9ae2866272e7a5d945f92af4baa4539536.tar.gz
src-04031e9ae2866272e7a5d945f92af4baa4539536.zip
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
Notes
Notes: svn path=/head/; revision=170644
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 000000000000..121186a958a8
--- /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 000000000000..16c91a78e039
--- /dev/null
+++ b/tools/build/options/WITHOUT_KVM_SUPPORT
@@ -0,0 +1,4 @@
+.\" $FreeBSD$
+Set to build some programs without optional
+.Nm libkvm
+support.