freebsd-dev/libexec/hyperv/Makefile
Emmanuel Vadot db953e8b97 pkgbase: Create a FreeBSD-hyperv package
Put all hyperv utilities in it.

Differential Revision:	 https://reviews.freebsd.org/D31805
2021-09-07 10:24:54 +02:00

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