summaryrefslogtreecommitdiff
path: root/lib/libvmmapi/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-04-09 21:38:40 +0000
commitea4a4d8a2e1342723c704972808b553021852a71 (patch)
tree003a2e6c24f40c6eaf30bf0c07a965dd7de745b7 /lib/libvmmapi/Makefile
parent0f55f9d67b1b3fe607224d66b843d1d542045ebb (diff)
Notes
Diffstat (limited to 'lib/libvmmapi/Makefile')
-rw-r--r--lib/libvmmapi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libvmmapi/Makefile b/lib/libvmmapi/Makefile
index 93d3c85d1566..26cf86fbe4c0 100644
--- a/lib/libvmmapi/Makefile
+++ b/lib/libvmmapi/Makefile
@@ -6,6 +6,8 @@ INCS= vmmapi.h
WARNS?= 2
+LIBADD= util
+
CFLAGS+= -I${.CURDIR}
.include <bsd.lib.mk>