svn commit: r254985 - head/sys/modules/ip6_mroute_mod
Ulrich Spoerlein
uqs at FreeBSD.org
Wed Aug 28 07:48:45 UTC 2013
Author: uqs
Date: Wed Aug 28 07:48:44 2013
New Revision: 254985
URL: http://svnweb.freebsd.org/changeset/base/254985
Log:
Fix 'make depend'
Modified:
head/sys/modules/ip6_mroute_mod/Makefile
Modified: head/sys/modules/ip6_mroute_mod/Makefile
==============================================================================
--- head/sys/modules/ip6_mroute_mod/Makefile Wed Aug 28 05:12:29 2013 (r254984)
+++ head/sys/modules/ip6_mroute_mod/Makefile Wed Aug 28 07:48:44 2013 (r254985)
@@ -7,7 +7,7 @@
KMOD= ip6_mroute
SRCS= ip6_mroute.c
-SRCS+= opt_inet6.h opt_mrouting.h
+SRCS+= opt_inet6.h opt_kdtrace.h opt_mrouting.h
.if !defined(KERNBUILDDIR)
opt_inet6.h:
More information about the svn-src-all
mailing list