summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2015-02-19 22:42:33 +0000
committerglebius <glebius@FreeBSD.org>2015-02-19 22:42:33 +0000
commit39824ae151569add2d6e3615fefa1fb17cead897 (patch)
treeb9f13854a1be8c5d495d58f978bfba6a8edca5a4 /usr.sbin/Makefile
parent4ec4d85cb2fe1baffb382462d48924915ab19366 (diff)
downloadFreeBSD-src-39824ae151569add2d6e3615fefa1fb17cead897.zip
FreeBSD-src-39824ae151569add2d6e3615fefa1fb17cead897.tar.gz
Now that IGMP and MLD sysctls provide a clean API structures that do not
leak kernel internal stuff, reconnect ifmcstat(1) back to build. However, disable kvm(3) support in it, since it requires uncovering tons of _KERNEL defined declarations, which can be achieved either uncovering them globally or providing dirty hacks such as _WANT_IFADDR. If anyone demands an ifmcstat-like kvm-based tool, please take the code out of usr.sbin/ifmstat and create a tool in src/tools/tools.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 20b9fe0..30d843d 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -94,8 +94,6 @@ SUBDIR= adduser \
watchdogd \
zic
-SUBDIR:= ${SUBDIR:Nifmcstat}
-
# NB: keep these sorted by MK_* knobs
.if ${MK_ACCT} != "no"
OpenPOWER on IntegriCloud