opnsense-src/libexec/hyperv/Makefile
Emmanuel Vadot d71c2dfc78 pkgbase: Create a FreeBSD-hyperv package
Put all hyperv utilities in it.

Differential Revision:	 https://reviews.freebsd.org/D31805

(cherry picked from commit db953e8b97)
2022-01-05 18:23:50 +01:00

11 lines
234 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
BINDIR= ${LIBEXECDIR}/hyperv
PACKAGE= hyperv-tools
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
SCRIPTS+= hyperv_vfattach hyperv_vfup
.include <bsd.prog.mk>