xref: /NextBSD/sys/modules/ct/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
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