]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/ct/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>