blob: 3f681b0c0dfba65ff39cf7159bfca4b76f0d97eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|