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"