svn commit: r220814 - head/sys/modules/cam

Ulrich Spoerlein uqs at FreeBSD.org
Tue Apr 19 07:30:23 UTC 2011


Author: uqs
Date: Tue Apr 19 07:30:22 2011
New Revision: 220814
URL: http://svn.freebsd.org/changeset/base/220814

Log:
  Fix make buildworld -DMODULES_WITH_WORLD after r220454.

Modified:
  head/sys/modules/cam/Makefile

Modified: head/sys/modules/cam/Makefile
==============================================================================
--- head/sys/modules/cam/Makefile	Tue Apr 19 07:23:16 2011	(r220813)
+++ head/sys/modules/cam/Makefile	Tue Apr 19 07:30:22 2011	(r220814)
@@ -8,6 +8,7 @@ KMOD=	cam
 
 # See sys/conf/options for the flags that go into the different opt_*.h files.
 SRCS=	opt_cam.h
+SRCS+=	opt_ada.h
 SRCS+=	opt_scsi.h
 SRCS+=	opt_cd.h
 SRCS+=	opt_pt.h


More information about the svn-src-head mailing list