summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-09 07:18:09 +0000
committerngie <ngie@FreeBSD.org>2015-11-09 07:18:09 +0000
commitcc82888695553f77d5979214f27c455c74620c98 (patch)
tree8688146882c6e438c1720979f5fade5a8538447d /tools
parentbe34a352d4da10eda62358b6cba8188e7fdf1f32 (diff)
downloadFreeBSD-src-cc82888695553f77d5979214f27c455c74620c98.zip
FreeBSD-src-cc82888695553f77d5979214f27c455c74620c98.tar.gz
MFC r289903:
Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no 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 747f3c4..ade842b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -172,6 +172,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