xref: /dragonfly/sys/dev/virtual/vkernel/disk/Makefile (revision 506796a7)
1KMOD=	vdisk
2SRCS=	vdisk.c
3
4.include <bsd.kmod.mk>
5