]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - sys/modules/ctl/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / sys / modules / ctl / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../cam/ctl
4
5 KMOD=   ctl
6
7 SRCS=   ctl.c
8 SRCS+=  ctl_backend.c
9 SRCS+=  ctl_backend_block.c
10 SRCS+=  ctl_backend_ramdisk.c
11 SRCS+=  ctl_cmd_table.c
12 SRCS+=  ctl_frontend.c
13 SRCS+=  ctl_frontend_cam_sim.c
14 SRCS+=  ctl_frontend_internal.c
15 SRCS+=  ctl_scsi_all.c
16 SRCS+=  ctl_error.c
17 SRCS+=  ctl_util.c
18 SRCS+=  scsi_ctl.c
19 SRCS+=  bus_if.h
20 SRCS+=  device_if.h
21 SRCS+=  vnode_if.h
22 SRCS+=  opt_cam.h
23 SRCS+=  opt_kdtrace.h
24
25 .include <bsd.kmod.mk>