2002-10-31 14:39:23 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/mpt
|
|
|
|
|
|
|
|
|
|
KMOD= mpt
|
|
|
|
|
SRCS= bus_if.h device_if.h pci_if.h \
|
|
|
|
|
opt_cam.h opt_ddb.h \
|
2005-07-10 11:07:57 -04:00
|
|
|
mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c
|
2002-10-31 14:39:23 -05:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|