Skip to content

Commit

Permalink
package: move hv_{vss,kvp}_daemon into hyperv-tools
Browse files Browse the repository at this point in the history
Reviewed by: imp, manu
Pull Request: #1170
  • Loading branch information
llfw authored and bsdimp committed Apr 23, 2024
1 parent ca63710 commit 6ca1f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/hyperv/tools/kvp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions usr.sbin/hyperv/tools/vss/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ca1f3d

Please sign in to comment.