a251f9dcf8
This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/contrib/hyperv/tools/scripts
|
|
|
|
BINDIR= ${LIBEXECDIR}/hyperv
|
|
|
|
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
|
|
|
|
.include <bsd.prog.mk>
|