1144411Sscottl# $FreeBSD: releng/11.0/sys/modules/arcmsr/Makefile 144411 2005-03-31 18:19:55Z scottl $
2144411Sscottl
3144411Sscottl.PATH: ${.CURDIR}/../../dev/arcmsr
4144411Sscottl
5144411SscottlKMOD=	arcmsr
6144411SscottlSRCS=	arcmsr.c
7144411SscottlSRCS+=	opt_scsi.h opt_cam.h
8144411SscottlSRCS+=	device_if.h bus_if.h pci_if.h
9144411Sscottl
10144411Sscottl.include <bsd.kmod.mk>
11