Unbreak freshly installed worlds by properly "commenting" out ifmcstat

Pointyhat to: glebius
This commit is contained in:
Enji Cooper 2015-02-19 11:17:36 +00:00
parent 53d3d92f4b
commit 57e8e48f53

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"