2002-10-31 19:39:23 +00: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 15:07:57 +00:00
|
|
|
mpt.c mpt_cam.c mpt_debug.c mpt_pci.c mpt_raid.c
|
2002-10-31 19:39:23 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|