.PATH: ${SRCTOP}/sys/dev/vmd

KMOD=	vmd

SRCS=	\
	vmd.c		\
	bus_if.h	\
	device_if.h	\
	pci_if.h 	\
	pcib_if.h	\

.include <bsd.kmod.mk>
