summaryrefslogtreecommitdiff
path: root/sys/modules/mpt
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-10-31 19:39:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-10-31 19:39:23 +0000
commitbc96e1c7cf2ba4d4041ee04a3f4a45feed36a503 (patch)
tree1728145051d2e04141d4312aa756deaa7eeb5e39 /sys/modules/mpt
parentde5df1d716588fa48612d0130d13a9fe7825fbbf (diff)
Notes
Diffstat (limited to 'sys/modules/mpt')
-rw-r--r--sys/modules/mpt/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile
new file mode 100644
index 000000000000..464db2297995
--- /dev/null
+++ b/sys/modules/mpt/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/mpt
+
+KMOD= mpt
+SRCS= bus_if.h device_if.h pci_if.h \
+ opt_cam.h opt_ddb.h \
+ mpt.c mpt_debug.c mpt_freebsd.c mpt_pci.c
+
+.include <bsd.kmod.mk>