2001-12-15 12:37:36 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ncv
|
|
|
|
|
|
|
|
KMOD= ncv
|
|
|
|
SRCS= ncr53c500_pccard.c ncr53c500.c
|
2004-05-26 00:53:10 +00:00
|
|
|
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h
|
2001-12-15 12:37:36 +00:00
|
|
|
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|