mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../contrib/hyperv/tools/scripts
|
||
|
|
||
|
BINDIR= /usr/libexec/hyperv
|
||
|
|
||
|
SCRIPTS= hv_set_ifconfig hv_get_dns_info hv_get_dhcp_info
|
||
|
|
||
|
.include <bsd.prog.mk>
|