1# $FreeBSD$
2
3SYSDIR?=${SRCTOP}/sys
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6.PATH:	${SYSDIR}/dev/dpt
7KMOD=	dpt
8SRCS=	dpt_scsi.c dpt.h \
9	dpt_pci.c pci_if.h \
10	opt_dpt.h \
11	opt_cam.h opt_scsi.h \
12	device_if.h bus_if.h
13
14.include <bsd.kmod.mk>
15