Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 07:18:09 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r290579 - stable/10/tools/build/mk
Message-ID:  <201511090718.tA97I9wN078385@repo.freebsd.org>

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



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