]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ncv/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ncv / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/ncv
4
5 KMOD=   ncv
6 SRCS=   ncr53c500_pccard.c ncr53c500.c 
7 SRCS+=  device_if.h bus_if.h pci_if.h isa_if.h card_if.h pccarddevs.h
8 SRCS+=  opt_cam.h opt_scsi.h opt_ddb.h
9
10 .include <bsd.kmod.mk>