summaryrefslogtreecommitdiff
path: root/sys/modules/ctl
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
committerAlexander Motin <mav@FreeBSD.org>2015-08-15 15:42:21 +0000
commit67ceb24bcac8942d702398dc1cea26154f9ddd0c (patch)
tree1854cc6ead82db4a18af0d23df1101b247b8374c /sys/modules/ctl
parent2f444d157b9fc470c8a4bf69846b2c5fda30eed4 (diff)
Notes
Diffstat (limited to 'sys/modules/ctl')
-rw-r--r--sys/modules/ctl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ctl/Makefile b/sys/modules/ctl/Makefile
index 00e1ac73280c..c74f000b60b8 100644
--- a/sys/modules/ctl/Makefile
+++ b/sys/modules/ctl/Makefile
@@ -11,6 +11,7 @@ SRCS+= ctl_backend_ramdisk.c
SRCS+= ctl_cmd_table.c
SRCS+= ctl_frontend.c
SRCS+= ctl_frontend_cam_sim.c
+SRCS+= ctl_frontend_ioctl.c
SRCS+= ctl_frontend_iscsi.c
SRCS+= ctl_scsi_all.c
SRCS+= ctl_tpc.c