7fdd45b091
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
10 lines
181 B
Makefile
10 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../contrib/hyperv/tools/scripts
|
|
|
|
BINDIR= ${LIBEXECDIR}/hyperv
|
|
|
|
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
|
|
|
|
.include <bsd.prog.mk>
|