1
2.PATH:		${SRCTOP}/contrib/hyperv/tools/scripts
3
4BINDIR=		${LIBEXECDIR}/hyperv
5
6PACKAGE=	hyperv-tools
7SCRIPTS=	hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
8SCRIPTS+=	hyperv_vfattach hyperv_vfup
9
10.include <bsd.prog.mk>
11