svn commit: r290579 - stable/10/tools/build/mk
Garrett Cooper
ngie at FreeBSD.org
Mon Nov 9 07:18:10 UTC 2015
Author: ngie
Date: Mon Nov 9 07:18:09 2015
New Revision: 290579
URL: https://svnweb.freebsd.org/changeset/base/290579
Log:
MFC r289903:
Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no
Sponsored by: EMC / Isilon Storage Division
Modified:
stable/10/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/10/tools/build/mk/OptionalObsoleteFiles.inc Mon Nov 9 07:16:17 2015 (r290578)
+++ stable/10/tools/build/mk/OptionalObsoleteFiles.inc Mon Nov 9 07:18:09 2015 (r290579)
@@ -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
More information about the svn-src-stable-10
mailing list