--- Add build infrastructure for the forthcoming Khelp module. --- --- Sponsored by: FreeBSD Foundation --- Reviewed by: bz --- MFC after: 3 months --- diff -r da82cab07dd7 sys/modules/Makefile --- a/sys/modules/Makefile Tue Jan 11 16:05:12 2011 +1100 +++ b/sys/modules/Makefile Tue Jan 11 17:01:20 2011 +1100 @@ -151,6 +151,7 @@ jme \ joy \ kbdmux \ + khelp \ krpc \ ksyms \ le \ diff -r da82cab07dd7 sys/modules/khelp/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sys/modules/khelp/Makefile Tue Jan 11 17:01:20 2011 +1100 @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= + +.include