Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 23:25:44 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289903 - head/tools/build/mk
Message-ID:  <201510242325.t9ONPigD006030@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510242325.t9ONPigD006030>