1240170Sjhb# $FreeBSD: releng/11.0/sys/modules/ct/Makefile 240170 2012-09-06 18:02:32Z jhb $
2240170Sjhb
3240170Sjhb.PATH: ${.CURDIR}/../../dev/ct
4240170Sjhb
5240170SjhbKMOD=	ct
6240170SjhbSRCS=	bshw_machdep.c ct.c ct_isa.c
7240170SjhbSRCS+=	device_if.h bus_if.h isa_if.h 
8240170SjhbSRCS+=	opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
9240170Sjhb
10240170Sjhb.include <bsd.kmod.mk>
11