package: move hv_{vss,kvp}_daemon into hyperv-tools

Reviewed by: imp, manu
Pull Request: https://github.com/freebsd/freebsd-src/pull/1170
This commit is contained in:
Lexi Winter 2024-04-22 16:00:55 -06:00 committed by Warner Losh
parent ca63710d36
commit 6ca1f3de57
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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