From 0e84909e403ce8ea0564f729fb32130b4ca731a0 Mon Sep 17 00:00:00 2001 From: ngie Date: Thu, 19 Feb 2015 11:17:36 +0000 Subject: Unbreak freshly installed worlds by properly "commenting" out ifmcstat Pointyhat to: glebius --- usr.sbin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/Makefile') diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 75b05a9..20b9fe0 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" -- cgit v1.1