From 52d0968b862b06fcd3c398fb9febd6b578d27916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Tue, 19 Apr 2011 07:30:22 +0000 Subject: [PATCH] Fix make buildworld -DMODULES_WITH_WORLD after r220454. --- sys/modules/cam/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index e945c80d348..0f99465e122 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -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