]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ct/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ct / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/ct
4
5 KMOD=   ct
6 SRCS=   bshw_machdep.c ct.c ct_isa.c
7 SRCS+=  device_if.h bus_if.h isa_if.h 
8 SRCS+=  opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
9
10 .include <bsd.kmod.mk>