mirror of
https://github.com/opnsense/src.git
synced 2026-02-09 22:06:55 -05:00
9 lines
181 B
Makefile
9 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>
|