1# $FreeBSD$
2
3LIB=	vmmapi
4SRCS=	vmmapi.c vmmapi_freebsd.c
5INCS=	vmmapi.h
6
7WARNS?=	2
8
9CFLAGS+= -I${.CURDIR}
10
11.include <bsd.lib.mk>
12