freebsd-dev/libexec/hyperv/Makefile
Bryan Drewery 7fdd45b091 Use LIBEXECDIR for /usr/libexec.
MFC after:	1 week
Sponsored by:	EMC / Isilon Storage Division
2015-11-26 01:14:40 +00:00

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>