svn commit: r218772 - in head: etc/mtree include
Konstantin Belousov
kib at FreeBSD.org
Thu Feb 17 15:10:13 UTC 2011
Author: kib
Date: Thu Feb 17 15:10:13 2011
New Revision: 218772
URL: http://svn.freebsd.org/changeset/base/218772
Log:
Install iodev.h.
Reviewed by: attilio
MFC after: 1 week
Modified:
head/etc/mtree/BSD.include.dist
head/include/Makefile
Modified: head/etc/mtree/BSD.include.dist
==============================================================================
--- head/etc/mtree/BSD.include.dist Thu Feb 17 12:21:14 2011 (r218771)
+++ head/etc/mtree/BSD.include.dist Thu Feb 17 15:10:13 2011 (r218772)
@@ -106,6 +106,8 @@
..
iicbus
..
+ io
+ ..
lmc
..
mfi
Modified: head/include/Makefile
==============================================================================
--- head/include/Makefile Thu Feb 17 12:21:14 2011 (r218771)
+++ head/include/Makefile Thu Feb 17 15:10:13 2011 (r218772)
@@ -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-all
mailing list