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 \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to