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