mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
10 lines
222 B
Makefile
10 lines
222 B
Makefile
|
|
.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>
|