1433d6423SLionel Sambuc# Makefile for libvirtio 2433d6423SLionel Sambuc.include <bsd.own.mk> 3433d6423SLionel Sambuc 4*65f76edbSDavid van MoolenbroekCPPFLAGS+= -D_MINIX_SYSTEM 5*65f76edbSDavid van Moolenbroek 6433d6423SLionel SambucLIB= virtio 7433d6423SLionel Sambuc 8433d6423SLionel SambucSRCS= virtio.c 9433d6423SLionel Sambuc 10433d6423SLionel Sambuc.include <bsd.lib.mk> 11