]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/mvs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>