svn commit: r222409 - in stable/8/sys/modules: . khelp
Lawrence Stewart
lstewart at FreeBSD.org
Sat May 28 08:20:25 UTC 2011
Author: lstewart
Date: Sat May 28 08:20:25 2011
New Revision: 222409
URL: http://svn.freebsd.org/changeset/base/222409
Log:
MFC r217773:
Add build infrastructure for Khelp modules.
Sponsored by: FreeBSD Foundation
Reviewed by: bz
Added:
stable/8/sys/modules/khelp/
- copied from r217773, head/sys/modules/khelp/
Modified:
stable/8/sys/modules/Makefile
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile Sat May 28 08:13:39 2011 (r222408)
+++ stable/8/sys/modules/Makefile Sat May 28 08:20:25 2011 (r222409)
@@ -152,6 +152,7 @@ SUBDIR= ${_3dfx} \
jme \
joy \
kbdmux \
+ khelp \
krpc \
ksyms \
le \
More information about the svn-src-all
mailing list