Makefile revision 160762
1# $FreeBSD: head/sys/modules/asr/Makefile 160762 2006-07-27 19:12:49Z marcel $
2
3.PATH: ${.CURDIR}/../../dev/asr
4
5KMOD=	asr
6SRCS=	asr.c
7SRCS+=	opt_scsi.h opt_cam.h
8SRCS+=	device_if.h bus_if.h pci_if.h
9
10.if ${MACHINE_ARCH} == "i386"
11SRCS+=	opt_asr.h
12.endif
13
14.include <bsd.kmod.mk>
15