]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/ctl/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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_mem_pool.c
16 SRCS+=  ctl_scsi_all.c
17 SRCS+=  ctl_error.c
18 SRCS+=  ctl_util.c
19 SRCS+=  scsi_ctl.c
20 SRCS+=  bus_if.h
21 SRCS+=  device_if.h
22 SRCS+=  vnode_if.h
23 SRCS+=  opt_cam.h
24 SRCS+=  opt_kdtrace.h
25
26 .include <bsd.kmod.mk>