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

SYSDIR?=${SRCTOP}/sys
.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