aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-29 15:47:13 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-29 15:47:13 +0000
commit56376071e30c36fd8c153e1260eb3bee88359411 (patch)
tree35b5bec56b86a57ea0d8ad7c461813f7cd844349 /sys/modules
parent79ac92f83c13d9f631620183028d3e933052f35b (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/dpt/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f8f690a6fd863..4c407a18518d6 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -162,6 +162,7 @@ SUBDIR+=3dfx \
awi \
bktr \
coff \
+ dpt \
drm \
ed \
elink \
diff --git a/sys/modules/dpt/Makefile b/sys/modules/dpt/Makefile
new file mode 100644
index 0000000000000..3f681b0c0dfba
--- /dev/null
+++ b/sys/modules/dpt/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+#
+
+.PATH: ${.CURDIR}/../../dev/dpt
+KMOD= dpt
+SRCS= dpt_scsi.c dpt.h \
+ dpt_pci.c pci_if.h \
+ opt_dpt.h \
+ opt_cam.h opt_scsi.h \
+ device_if.h bus_if.h
+#SRCS+= dpt_eisa.c eisa_if.h \
+#SRCS+= dpt_isa.c isa_if.h \
+
+.include <bsd.kmod.mk>