1# $FreeBSD$ 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