svn commit: r243337 - head/sys/modules

Andrey V. Elsukov ae at FreeBSD.org
Tue Nov 20 14:11:28 UTC 2012


Author: ae
Date: Tue Nov 20 14:11:27 2012
New Revision: 243337
URL: http://svnweb.freebsd.org/changeset/base/243337

Log:
  Connect ip6_mroute kernel module to the build.
  
  MFC after:	1 week

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Tue Nov 20 14:09:37 2012	(r243336)
+++ head/sys/modules/Makefile	Tue Nov 20 14:11:27 2012	(r243337)
@@ -150,6 +150,7 @@ SUBDIR=	\
 	${_ipfw} \
 	ipfw_nat \
 	${_ipmi} \
+	ip6_mroute_mod \
 	ip_mroute_mod \
 	${_ips} \
 	${_ipw} \


More information about the svn-src-all mailing list