summaryrefslogtreecommitdiffstats
path: root/share
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 /share
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 'share')
-rw-r--r--share/mk/bsd.own.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 81c0740..f6148cb 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -325,6 +325,7 @@ WITH_IDEA=
IPFILTER \
IPX \
KERBEROS \
+ KVM \
LIB32 \
LIBPTHREAD \
LIBTHR \
@@ -449,6 +450,7 @@ MK_GDB:= no
INET6 \
IPX \
KERBEROS \
+ KVM \
PAM
.if defined(WITH_${var}_SUPPORT) && defined(WITHOUT_${var}_SUPPORT)
.error WITH_${var}_SUPPORT and WITHOUT_${var}_SUPPORT can't both be set.
OpenPOWER on IntegriCloud