svn commit: r217773 - in head/sys/modules: . khelp

Lawrence Stewart lstewart at FreeBSD.org
Mon Jan 24 07:50:29 UTC 2011


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>


More information about the svn-src-all mailing list