aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2015-02-19 11:17:36 +0000
committerEnji Cooper <ngie@FreeBSD.org>2015-02-19 11:17:36 +0000
commit57e8e48f535d57ded5d11554b4977752a583e808 (patch)
treeed5540db6cd46e83692672132262357b7a1bd6ae /usr.sbin/Makefile
parent53d3d92f4be148629eb1989438990d0b29c9accc (diff)
downloadsrc-57e8e48f535d57ded5d11554b4977752a583e808.tar.gz
src-57e8e48f535d57ded5d11554b4977752a583e808.zip
Unbreak freshly installed worlds by properly "commenting" out ifmcstat
Pointyhat to: glebius
Notes
Notes: svn path=/head/; revision=278992
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 75b05a9d3cd7..20b9fe017246 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -33,7 +33,7 @@ SUBDIR= adduser \
getpmac \
gstat \
i2c \
-# ifmcstat \
+ ifmcstat \
iostat \
kldxref \
mailwrapper \
@@ -94,6 +94,8 @@ SUBDIR= adduser \
watchdogd \
zic
+SUBDIR:= ${SUBDIR:Nifmcstat}
+
# NB: keep these sorted by MK_* knobs
.if ${MK_ACCT} != "no"