mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
This change adds Hyper-V socket feature in FreeBSD. New socket address family AF_HYPERV and its kernel support are added. Submitted by: Wei Hu <weh@microsoft.com> Reviewed by: Dexuan Cui <decui@microsoft.com> Relnotes: yes Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D24061
5 lines
86 B
Makefile
5 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = vmbus netvsc storvsc utilities hvsock
|
|
|
|
.include <bsd.subdir.mk>
|