diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2002-10-31 19:39:23 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2002-10-31 19:39:23 +0000 |
| commit | bc96e1c7cf2ba4d4041ee04a3f4a45feed36a503 (patch) | |
| tree | 1728145051d2e04141d4312aa756deaa7eeb5e39 /sys/modules/mpt | |
| parent | de5df1d716588fa48612d0130d13a9fe7825fbbf (diff) | |
Notes
Diffstat (limited to 'sys/modules/mpt')
| -rw-r--r-- | sys/modules/mpt/Makefile | 10 |
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> |
