The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6ca1f3de57692994a57acb7632cc4cbfdcac6241
commit 6ca1f3de57692994a57acb7632cc4cbfdcac6241 Author: Lexi Winter <[email protected]> AuthorDate: 2024-04-22 22:00:55 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2024-04-23 04:36:35 +0000 package: move hv_{vss,kvp}_daemon into hyperv-tools Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1170 --- usr.sbin/hyperv/tools/kvp/Makefile | 1 + usr.sbin/hyperv/tools/vss/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/usr.sbin/hyperv/tools/kvp/Makefile b/usr.sbin/hyperv/tools/kvp/Makefile index 4fb5f68ce2b1..a74af47c3f48 100644 --- a/usr.sbin/hyperv/tools/kvp/Makefile +++ b/usr.sbin/hyperv/tools/kvp/Makefile @@ -4,6 +4,7 @@ HV_KVP_DAEMON_DISTDIR?= ${SRCTOP}/contrib/hyperv/tools .PATH: ${HV_KVP_DAEMON_DISTDIR} +PACKAGE=hyperv-tools PROG= hv_kvp_daemon MAN= hv_kvp_daemon.8 diff --git a/usr.sbin/hyperv/tools/vss/Makefile b/usr.sbin/hyperv/tools/vss/Makefile index 03bd6eccd54f..70314f04a30b 100644 --- a/usr.sbin/hyperv/tools/vss/Makefile +++ b/usr.sbin/hyperv/tools/vss/Makefile @@ -5,6 +5,7 @@ DIRDEPS = lib/libc HV_VSS_DAEMON_DISTDIR?= ${SRCTOP}/contrib/hyperv/tools .PATH: ${HV_VSS_DAEMON_DISTDIR} +PACKAGE=hyperv-tools PROG= hv_vss_daemon MAN= hv_vss_daemon.8
