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