summaryrefslogtreecommitdiffstats
path: root/sys/modules/dpt/Makefile
blob: ee588adb829f398f1fd3c9483a24848eddab2541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

SYSDIR?=${.CURDIR}/../..
.include "${SYSDIR}/conf/kern.opts.mk"

.PATH:	${SYSDIR}/dev/dpt
KMOD=	dpt
SRCS=	dpt_scsi.c dpt.h \
	dpt_pci.c pci_if.h \
	opt_dpt.h opt_eisa.h \
	opt_cam.h opt_scsi.h \
	device_if.h bus_if.h

SRCS.DEV_EISA=	dpt_eisa.c eisa_if.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud