1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/sys/modules/dpt/Makefile

15 lines
247 B
Makefile
Raw Normal View History

# $FreeBSD$
#
.PATH: ${.CURDIR}/../../dev/dpt
KMOD= dpt
SRCS= dpt_scsi.c dpt.h \
dpt_pci.c pci_if.h \
opt_dpt.h \
opt_cam.h opt_scsi.h \
device_if.h bus_if.h
#SRCS+= dpt_eisa.c eisa_if.h \
#SRCS+= dpt_isa.c isa_if.h \
.include <bsd.kmod.mk>