2003-03-29 15:47:13 +00:00
|
|
|
# $FreeBSD$
|
2014-04-18 16:53:06 +00:00
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2003-03-29 15:47:13 +00:00
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
.PATH: ${SYSDIR}/dev/dpt
|
2003-03-29 15:47:13 +00:00
|
|
|
KMOD= dpt
|
|
|
|
SRCS= dpt_scsi.c dpt.h \
|
|
|
|
dpt_pci.c pci_if.h \
|
2007-04-10 20:33:31 +00:00
|
|
|
opt_dpt.h opt_eisa.h \
|
2003-03-29 15:47:13 +00:00
|
|
|
opt_cam.h opt_scsi.h \
|
|
|
|
device_if.h bus_if.h
|
2007-04-10 20:33:31 +00:00
|
|
|
|
2015-02-18 15:25:22 +00:00
|
|
|
SRCS.DEV_EISA= dpt_eisa.c eisa_if.h
|
2003-03-29 15:47:13 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|