minix/lib/libvirtio/Makefile

13 lines
159 B
Makefile
Raw Normal View History

NOGCCERROR=yes
NOCLANGERROR=yes
CPPFLAGS+= -D_MINIX_SYSTEM
2012-12-15 13:47:37 +01:00
# Makefile for libvirtio
.include <bsd.own.mk>
LIB= virtio
SRCS= virtio.c
.include <bsd.lib.mk>