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"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to