ea4a4d8a2e
libvmmapi is actually needed to be linked to libutil, not bhyve nor bhyveload
14 lines
143 B
Makefile
14 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= vmmapi
|
|
SRCS= vmmapi.c vmmapi_freebsd.c
|
|
INCS= vmmapi.h
|
|
|
|
WARNS?= 2
|
|
|
|
LIBADD= util
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
.include <bsd.lib.mk>
|