diff options
author | glebius <glebius@FreeBSD.org> | 2015-02-19 06:27:14 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2015-02-19 06:27:14 +0000 |
commit | cf7d64c8cff8aa3ba45f0df6bb39b2e11eb5f954 (patch) | |
tree | fc9e9f0354b7afb0530dd86948f2c9515439fc6a /usr.sbin/Makefile | |
parent | d505f11c5d30f25e75ebb42204b6226789ab0e75 (diff) | |
download | FreeBSD-src-cf7d64c8cff8aa3ba45f0df6bb39b2e11eb5f954.zip FreeBSD-src-cf7d64c8cff8aa3ba45f0df6bb39b2e11eb5f954.tar.gz |
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.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 30d843d..75b05a9 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -33,7 +33,7 @@ SUBDIR= adduser \ getpmac \ gstat \ i2c \ - ifmcstat \ +# ifmcstat \ iostat \ kldxref \ mailwrapper \ |