]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/mvs/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / mvs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/mvs
4
5 KMOD=   mvs
6 SRCS=   mvs.c mvs_pci.c mvs.h mvs_if.c mvs_if.h device_if.h bus_if.h pci_if.h opt_cam.h
7
8 MFILES= kern/bus_if.m kern/device_if.m dev/pci/pci_if.m dev/mvs/mvs_if.m
9
10 .include <bsd.kmod.mk>