Author: lstewart
Date: Mon Jan 24 07:50:29 2011
New Revision: 217773
URL: http://svn.freebsd.org/changeset/base/217773

Log:
  Add build infrastructure for Khelp modules.
  
  Sponsored by: FreeBSD Foundation
  Reviewed by:  bz
  MFC after:    3 months

Added:
  head/sys/modules/khelp/
  head/sys/modules/khelp/Makefile   (contents, props changed)
Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Mon Jan 24 07:45:14 2011        (r217772)
+++ head/sys/modules/Makefile   Mon Jan 24 07:50:29 2011        (r217773)
@@ -151,6 +151,7 @@ SUBDIR=     ${_3dfx} \
        jme \
        joy \
        kbdmux \
+       khelp \
        krpc \
        ksyms \
        le \

Added: head/sys/modules/khelp/Makefile
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/sys/modules/khelp/Makefile     Mon Jan 24 07:50:29 2011        
(r217773)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR=
+
+.include <bsd.subdir.mk>
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to