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