]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Add libvmmapi to OptionalObsoleteFiles.inc when MK_BHYVE == no
authorngie <ngie@FreeBSD.org>
Sat, 24 Oct 2015 23:25:43 +0000 (23:25 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 24 Oct 2015 23:25:43 +0000 (23:25 +0000)
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division

tools/build/mk/OptionalObsoleteFiles.inc

index 489c3b427eb3dd81e4663163b02b1836b2e27b3d..027e5a000279785683833b3fa59063036793cdf9 100644 (file)
@@ -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