1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/modules/dpt/Makefile
2003-03-29 15:47:13 +00:00

15 lines
247 B
Makefile

# $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>