svn commit: r255174 - in head/sys/modules: cam send

Ulrich Spoerlein uqs at FreeBSD.org
Tue Sep 3 12:08:08 UTC 2013


Author: uqs
Date: Tue Sep  3 12:08:08 2013
New Revision: 255174
URL: http://svnweb.freebsd.org/changeset/base/255174

Log:
  Fix 'make depend'

Modified:
  head/sys/modules/cam/Makefile
  head/sys/modules/send/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Tue Sep  3 09:36:43 2013	(r255173)
+++ head/sys/modules/cam/Makefile	Tue Sep  3 12:08:08 2013	(r255174)
@@ -13,6 +13,7 @@ SRCS+=	opt_scsi.h
 SRCS+=	opt_cd.h
 SRCS+=	opt_pt.h
 SRCS+=	opt_sa.h
+SRCS+=	opt_ses.h
 SRCS+=	device_if.h bus_if.h vnode_if.h
 SRCS+=	cam.c
 SRCS+=	cam_compat.c

Modified: head/sys/modules/send/Makefile
==============================================================================
--- head/sys/modules/send/Makefile	Tue Sep  3 09:36:43 2013	(r255173)
+++ head/sys/modules/send/Makefile	Tue Sep  3 12:08:08 2013	(r255174)
@@ -2,6 +2,6 @@
 .PATH: ${.CURDIR}/../../netinet6
 
 KMOD=	send
-SRCS=	send.c
+SRCS=	send.c opt_kdtrace.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list