]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/nsp/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / nsp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/nsp
4
5 KMOD=   nsp
6 SRCS=   nsp.c nsp_pccard.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>