diff options
author | jhb <jhb@FreeBSD.org> | 2011-05-15 04:03:11 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2011-05-15 04:03:11 +0000 |
commit | dc43ebc8b36c6e8ddb8a76db9c08c7d4d942923e (patch) | |
tree | 3247c3479a5cee83a001ecb06b94ab79da4cefc9 /lib/Makefile | |
parent | 6d6dbef9d4de7a3f8785d8db43c17cf992065785 (diff) | |
parent | d45b7f14ae6fa78882fa9ec3be976733ca4767b4 (diff) | |
download | FreeBSD-src-dc43ebc8b36c6e8ddb8a76db9c08c7d4d942923e.zip FreeBSD-src-dc43ebc8b36c6e8ddb8a76db9c08c7d4d942923e.tar.gz |
First cut to port bhyve, vmmctl, and libvmmapi to HEAD.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7be186f..8e48f4c 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -110,6 +110,7 @@ SUBDIR= ${SUBDIR_ORDERED} \ ${_libusbhid} \ ${_libusb} \ ${_libvgl} \ + ${_libvmmapi} \ libwrap \ liby \ libz \ @@ -197,6 +198,7 @@ _libsmb= libsmb .if ${MK_NCP} != "no" _libncp= libncp .endif +_libvmmapi= libvmmapi .endif .if ${MACHINE_CPUARCH} == "powerpc" |