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

Konstantin Belousov kib at FreeBSD.org
Thu Feb 24 10:11:30 UTC 2011


Author: kib
Date: Thu Feb 24 10:11:29 2011
New Revision: 218990
URL: http://svn.freebsd.org/changeset/base/218990

Log:
  MFC r218772:
  Install iodev.h.

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

Modified: stable/8/etc/mtree/BSD.include.dist
==============================================================================
--- stable/8/etc/mtree/BSD.include.dist	Thu Feb 24 09:22:56 2011	(r218989)
+++ stable/8/etc/mtree/BSD.include.dist	Thu Feb 24 10:11:29 2011	(r218990)
@@ -102,6 +102,8 @@
         ..
         iicbus
         ..
+        io
+        ..
         lmc
         ..
 	mfi

Modified: stable/8/include/Makefile
==============================================================================
--- stable/8/include/Makefile	Thu Feb 24 09:22:56 2011	(r218989)
+++ stable/8/include/Makefile	Thu Feb 24 10:11:29 2011	(r218990)
@@ -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/mfi dev/ofw \
+	dev/ic dev/iicbus ${_dev_ieee488} dev/io 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 mailing list