From db953e8b97756df2d6907408388952bcc301c762 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Thu, 2 Sep 2021 17:13:45 +0200 Subject: [PATCH] pkgbase: Create a FreeBSD-hyperv package Put all hyperv utilities in it. Differential Revision: https://reviews.freebsd.org/D31805 --- libexec/hyperv/Makefile | 1 + release/packages/Makefile.package | 2 ++ 2 files changed, 3 insertions(+) diff --git a/libexec/hyperv/Makefile b/libexec/hyperv/Makefile index 6e251b24faa7..1d1fbf375a0e 100644 --- a/libexec/hyperv/Makefile +++ b/libexec/hyperv/Makefile @@ -4,6 +4,7 @@ BINDIR= ${LIBEXECDIR}/hyperv +PACKAGE= hyperv-tools SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info SCRIPTS+= hyperv_vfattach hyperv_vfup diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package index cc75e07a8943..add10d648c22 100644 --- a/release/packages/Makefile.package +++ b/release/packages/Makefile.package @@ -54,6 +54,8 @@ hast_COMMENT= Highly Available Storage daemon hast_DESC= Highly Available Storage daemon hostapd_COMMENT= 802.11 Access Point Daemon an Utilities hostapd_DESC= 802.11 Access Point Daemon an Utilities +hyperv-tools_COMMENT= Microsoft HyperV Utilities +hyperv-tools_DESC= Microsoft HyperV Utilities jail_COMMENT= Jail Utilities jail_DESC= Jail Utilities jail-debug_DESCR= Debugging Symbols