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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
