From d85487b732d0953df242d46d7ed6b042db04bb1a Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 25 Jan 2018 21:48:07 +0000 Subject: [PATCH] Add new opt_da.h for stand-alone build. Sponsored by: Netflix --- sys/modules/cam/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index cc5dcfaa381..b4e37cdb8be 100644 --- a/sys/modules/cam/Makefile +++ b/sys/modules/cam/Makefile @@ -11,6 +11,7 @@ SRCS= opt_cam.h SRCS+= opt_ada.h SRCS+= opt_scsi.h SRCS+= opt_cd.h +SRCS+= opt_da.h SRCS+= opt_pt.h SRCS+= opt_sa.h SRCS+= opt_ses.h