summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-24 23:25:43 +0000
committerngie <ngie@FreeBSD.org>2015-10-24 23:25:43 +0000
commitb1de566bbc23fa38d26da7ab16c689612ad268c7 (patch)
tree524a5f92b39159dcc5781d5d6395764fa5116f22 /tools
parent0c78285df9e4269f7b7d872c49de9f16c83ae85f (diff)
downloadFreeBSD-src-b1de566bbc23fa38d26da7ab16c689612ad268c7.zip
FreeBSD-src-b1de566bbc23fa38d26da7ab16c689612ad268c7.tar.gz
Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 489c3b4..027e5a0 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -173,6 +173,10 @@ OLD_DIRS+=etc/autofs
.endif
.if ${MK_BHYVE} == no
+OLD_FILES+=usr/lib/libvmmapi.a
+OLD_FILES+=usr/lib/libvmmapi.so
+OLD_LIBS+=usr/lib/libvmmapi.so.5
+OLD_FILES+=usr/include/vmmapi.h
OLD_FILES+=usr/sbin/bhyve
OLD_FILES+=usr/sbin/bhyvectl
OLD_FILES+=usr/sbin/bhyveload
OpenPOWER on IntegriCloud