svn commit: r289903 - head/tools/build/mk

Garrett Cooper ngie at FreeBSD.org
Sat Oct 24 23:25:45 UTC 2015


Author: ngie
Date: Sat Oct 24 23:25:43 2015
New Revision: 289903
URL: https://svnweb.freebsd.org/changeset/base/289903

Log:
  Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no
  
  MFC after: 1 week
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Oct 24 23:21:08 2015	(r289902)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Oct 24 23:25:43 2015	(r289903)
@@ -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


More information about the svn-src-all mailing list