Author: lstewart
Date: Sat May 28 08:43:24 2011
New Revision: 222415
URL: http://svn.freebsd.org/changeset/base/222415

Log:
  MFC r218545,218914:
  
  Add an example Khelp module, which will be referenced in the forthcoming Khelp
  documentation.
  
  Sponsored by: FreeBSD Foundation
  Discussed with:       David Hayes <dahayes at swin edu au>

Added:
  stable/8/share/examples/kld/khelp/
     - copied from r218545, head/share/examples/kld/khelp/
Modified:
  stable/8/etc/mtree/BSD.usr.dist
  stable/8/share/examples/Makefile
  stable/8/share/examples/kld/Makefile
Directory Properties:
  stable/8/etc/   (props changed)
  stable/8/share/examples/   (props changed)
  stable/8/share/examples/cvsup/   (props changed)

Modified: stable/8/etc/mtree/BSD.usr.dist
==============================================================================
--- stable/8/etc/mtree/BSD.usr.dist     Sat May 28 08:37:03 2011        
(r222414)
+++ stable/8/etc/mtree/BSD.usr.dist     Sat May 28 08:43:24 2011        
(r222415)
@@ -240,6 +240,8 @@
                     fwimage
                     ..
                 ..
+                khelp
+                ..
                 syscall
                     module
                     ..

Modified: stable/8/share/examples/Makefile
==============================================================================
--- stable/8/share/examples/Makefile    Sat May 28 08:37:03 2011        
(r222414)
+++ stable/8/share/examples/Makefile    Sat May 28 08:43:24 2011        
(r222415)
@@ -98,6 +98,9 @@ XFILES=       BSD_daemon/FreeBSD.pfa \
        kld/firmware/fwconsumer/fw_consumer.c \
        kld/firmware/fwimage/Makefile \
        kld/firmware/fwimage/firmware.img \
+       kld/khelp/Makefile \
+       kld/khelp/README \
+       kld/khelp/h_example.c \
        kld/syscall/Makefile \
        kld/syscall/module/Makefile \
        kld/syscall/module/syscall.c \

Modified: stable/8/share/examples/kld/Makefile
==============================================================================
--- stable/8/share/examples/kld/Makefile        Sat May 28 08:37:03 2011        
(r222414)
+++ stable/8/share/examples/kld/Makefile        Sat May 28 08:43:24 2011        
(r222415)
@@ -67,6 +67,6 @@
 #      $FreeBSD$
 #
 
-SUBDIR=        cdev dyn_sysctl firmware syscall
+SUBDIR=        cdev dyn_sysctl firmware khelp syscall
 
 .include <bsd.subdir.mk>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to