Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2015 11:17:36 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r278992 - head/usr.sbin
Message-ID:  <201502191117.t1JBHbJA006780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Feb 19 11:17:36 2015
New Revision: 278992
URL: https://svnweb.freebsd.org/changeset/base/278992

Log:
  Unbreak freshly installed worlds by properly "commenting" out ifmcstat
  
  Pointyhat to: glebius

Modified:
  head/usr.sbin/Makefile

Modified: head/usr.sbin/Makefile
==============================================================================
--- head/usr.sbin/Makefile	Thu Feb 19 10:28:22 2015	(r278991)
+++ head/usr.sbin/Makefile	Thu Feb 19 11:17:36 2015	(r278992)
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502191117.t1JBHbJA006780>