svn commit: r237968 - in stable/9: etc/mtree include

David E. O'Brien obrien at FreeBSD.org
Mon Jul 2 07:11:44 UTC 2012


Author: obrien
Date: Mon Jul  2 07:11:43 2012
New Revision: 237968
URL: http://svn.freebsd.org/changeset/base/237968

Log:
  MFC: r237279: install filemon.h into /usr/include for userland consumption.

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

Modified: stable/9/etc/mtree/BSD.include.dist
==============================================================================
--- stable/9/etc/mtree/BSD.include.dist	Mon Jul  2 07:10:33 2012	(r237967)
+++ stable/9/etc/mtree/BSD.include.dist	Mon Jul  2 07:11:43 2012	(r237968)
@@ -102,6 +102,8 @@
         ..
         ciss
         ..
+        filemon
+        ..
         firewire
         ..
         hwpmc

Modified: stable/9/include/Makefile
==============================================================================
--- stable/9/include/Makefile	Mon Jul  2 07:10:33 2012	(r237967)
+++ stable/9/include/Makefile	Mon Jul  2 07:11:43 2012	(r237968)
@@ -39,7 +39,7 @@ LDIRS=	bsm cam geom net net80211 netatal
 	sys vm
 
 LSUBDIRS=	cam/ata cam/scsi \
-	dev/acpica dev/an dev/bktr dev/ciss dev/firewire dev/hwpmc \
+	dev/acpica dev/an dev/bktr dev/ciss dev/filemon dev/firewire dev/hwpmc \
 	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 \


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