2014-09-13 02:15:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 11:28:03 +00:00
|
|
|
.PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
|
2014-09-13 02:15:31 +00:00
|
|
|
|
2015-11-26 01:14:40 +00:00
|
|
|
BINDIR= ${LIBEXECDIR}/hyperv
|
2014-09-13 02:15:31 +00:00
|
|
|
|
|
|
|
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
|
2017-07-31 07:18:15 +00:00
|
|
|
SCRIPTS+= hyperv_vfattach hyperv_vfup
|
2014-09-13 02:15:31 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|