Author: mav
Date: Sun Sep 22 20:22:08 2013
New Revision: 255799
URL: http://svnweb.freebsd.org/changeset/base/255799
Log:
MFC r255174:
Add missing opt_* header dependencies.
Modified:
stable/9/sys/modules/cam/Makefile
stable/9/sys/modules/send/Makefile
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/modules/ (props changed)
Modified: stable/9/sys/modules/cam/Makefile
==============================================================================
--- stable/9/sys/modules/cam/Makefile Sun Sep 22 19:54:47 2013
(r255798)
+++ stable/9/sys/modules/cam/Makefile Sun Sep 22 20:22:08 2013
(r255799)
@@ -14,6 +14,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: stable/9/sys/modules/send/Makefile
==============================================================================
--- stable/9/sys/modules/send/Makefile Sun Sep 22 19:54:47 2013
(r255798)
+++ stable/9/sys/modules/send/Makefile Sun Sep 22 20:22:08 2013
(r255799)
@@ -2,6 +2,6 @@
.PATH: ${.CURDIR}/../../netinet6
KMOD= send
-SRCS= send.c
+SRCS= send.c opt_kdtrace.h
.include <bsd.kmod.mk>
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"