svn commit: r278988 - head/usr.sbin

Gleb Smirnoff glebius at FreeBSD.org
Thu Feb 19 06:27:15 UTC 2015


Author: glebius
Date: Thu Feb 19 06:27:14 2015
New Revision: 278988
URL: https://svnweb.freebsd.org/changeset/base/278988

Log:
  Temporarily disconnect ifmcstat(8) from build, to make world buildable
  ifmcstat(8) noses in kernel memory too much, and thus is very tentative
  to any changes in kernel.
  
  I will rewrite it to use some API instead of libkvm(3) and connect back
  to build.

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Thu Feb 19 06:24:27 2015	(r278987)
+++ head/usr.sbin/Makefile	Thu Feb 19 06:27:14 2015	(r278988)
@@ -33,7 +33,7 @@ SUBDIR=	adduser \
 	getpmac \
 	gstat \
 	i2c \
-	ifmcstat \
+#	ifmcstat \
 	iostat \
 	kldxref \
 	mailwrapper \


More information about the svn-src-head mailing list