Unbreak freshly installed worlds by properly "commenting" out ifmcstat

Pointyhat to: glebius
This commit is contained in:
ngie 2015-02-19 11:17:36 +00:00
parent cf7d64c8cf
commit 0e84909e40

View File

@ -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"