1# $FreeBSD: releng/10.2/sys/modules/ct/Makefile 240170 2012-09-06 18:02:32Z jhb $
2
3.PATH: ${.CURDIR}/../../dev/ct
4
5KMOD=	ct
6SRCS=	bshw_machdep.c ct.c ct_isa.c
7SRCS+=	device_if.h bus_if.h isa_if.h 
8SRCS+=	opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
9
10.include <bsd.kmod.mk>
11