Makefile revision 302408
1# $FreeBSD: stable/11/sys/modules/hptiop/Makefile 169412 2007-05-09 07:07:26Z scottl $
2
3.PATH: ${.CURDIR}/../../dev/hptiop
4
5KMOD=	hptiop
6SRCS=	hptiop.c
7SRCS+=	opt_scsi.h opt_cam.h
8SRCS+=	device_if.h bus_if.h pci_if.h
9
10.include <bsd.kmod.mk>
11