svn commit: r278992 - head/usr.sbin

Garrett Cooper ngie at FreeBSD.org
Thu Feb 19 11:17:37 UTC 2015


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"


More information about the svn-src-head mailing list