svn commit: r196321 - in stable/8: etc etc/mtree include

Scott Long scottl at FreeBSD.org
Mon Aug 17 13:51:20 UTC 2009


Author: scottl
Date: Mon Aug 17 13:51:19 2009
New Revision: 196321
URL: http://svn.freebsd.org/changeset/base/196321

Log:
  Merge files missed in r196285.  SVN is simply horrible.  Sorry for the
  tree breakage.
  
  Approved by:	re

Modified:
  stable/8/etc/   (props changed)
  stable/8/etc/mtree/BSD.include.dist
  stable/8/include/   (props changed)
  stable/8/include/Makefile

Modified: stable/8/etc/mtree/BSD.include.dist
==============================================================================
--- stable/8/etc/mtree/BSD.include.dist	Mon Aug 17 13:51:03 2009	(r196320)
+++ stable/8/etc/mtree/BSD.include.dist	Mon Aug 17 13:51:19 2009	(r196321)
@@ -104,6 +104,8 @@
         ..
         lmc
         ..
+	mfi
+	..
         mpt
             mpilib
             ..

Modified: stable/8/include/Makefile
==============================================================================
--- stable/8/include/Makefile	Mon Aug 17 13:51:03 2009	(r196320)
+++ stable/8/include/Makefile	Mon Aug 17 13:51:19 2009	(r196321)
@@ -40,7 +40,7 @@ LDIRS=	bsm cam geom net net80211 netatal
 
 LSUBDIRS=	cam/ata cam/scsi \
 	dev/acpica dev/an dev/bktr dev/firewire dev/hwpmc \
-	dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/ofw \
+	dev/ic dev/iicbus ${_dev_ieee488} dev/lmc dev/mfi dev/ofw \
 	dev/pbio ${_dev_powermac_nvram} dev/ppbus dev/smbus \
 	dev/speaker dev/usb dev/utopia dev/vkbd dev/wi \
 	fs/devfs fs/fdescfs fs/fifofs fs/msdosfs fs/nfs fs/ntfs fs/nullfs \


More information about the svn-src-stable-8 mailing list