From d7f41421d2ebc445341440214646bcc71e0a09ee Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Thu, 23 Aug 2018 18:06:31 +0000 Subject: [PATCH] Remove hyper-v leftovers when WITHOUT_HYPERV is set hv_vss_daemon was missed. Submitted by: Oliver Pinter MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D16811 --- tools/build/mk/OptionalObsoleteFiles.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 46e54249722..ac0f86f3d58 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -9369,6 +9369,7 @@ OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig OLD_FILES+=usr/libexec/hyperv/hv_get_dns_info OLD_FILES+=usr/libexec/hyperv/hv_get_dhcp_info OLD_FILES+=usr/sbin/hv_kvp_daemon +OLD_FILES+=usr/sbin/hv_vss_daemon OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz .endif