]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/mvs/Makefile
xen: allow limiting the amount of duplicated pending xenstore watches
[FreeBSD/FreeBSD.git] / sys / modules / mvs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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 .include <bsd.kmod.mk>