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