# Makefile for libvirtio
.include <bsd.own.mk>

NOGCCERROR=yes

CPPFLAGS+= -D_MINIX_SYSTEM

LIB=	virtio

SRCS=	virtio.c

.include <bsd.lib.mk>
