freebsd-src/libexec/hyperv/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

11 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>