db953e8b97
Put all hyperv utilities in it. Differential Revision: https://reviews.freebsd.org/D31805
12 lines
234 B
Makefile
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>
|