]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/dpt/Makefile
MFV r331400: 8484 Implement aggregate sum and use for arc counters
[FreeBSD/FreeBSD.git] / sys / modules / dpt / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 .PATH:  ${SYSDIR}/dev/dpt
7 KMOD=   dpt
8 SRCS=   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>