svn commit: r242004 - head/sys/conf

Warner Losh imp at FreeBSD.org
Wed Oct 24 15:45:26 UTC 2012


Author: imp
Date: Wed Oct 24 15:45:26 2012
New Revision: 242004
URL: http://svn.freebsd.org/changeset/base/242004

Log:
  Conform to the style of the rest of the file for hwpmc.

Modified:
  head/sys/conf/files.mips

Modified: head/sys/conf/files.mips
==============================================================================
--- head/sys/conf/files.mips	Wed Oct 24 15:02:39 2012	(r242003)
+++ head/sys/conf/files.mips	Wed Oct 24 15:45:26 2012	(r242004)
@@ -101,5 +101,5 @@ crypto/des/des_enc.c			optional	crypto |
 dev/nvram2env/nvram2env.c		optional	nvram2env
 
 # hwpmc goo
-dev/hwpmc/hwpmc_mips.c		optional hwpmc
-dev/hwpmc/hwpmc_mips24k.c	optional hwpmc
+dev/hwpmc/hwpmc_mips.c			optional	hwpmc
+dev/hwpmc/hwpmc_mips24k.c		optional	hwpmc


More information about the svn-src-all mailing list