diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:38:40 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-04-09 21:38:40 +0000 |
| commit | ea4a4d8a2e1342723c704972808b553021852a71 (patch) | |
| tree | 003a2e6c24f40c6eaf30bf0c07a965dd7de745b7 /lib/libvmmapi/Makefile | |
| parent | 0f55f9d67b1b3fe607224d66b843d1d542045ebb (diff) | |
Notes
Diffstat (limited to 'lib/libvmmapi/Makefile')
| -rw-r--r-- | lib/libvmmapi/Makefile | 2 |
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> |
