a560f3ebd7
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
6 lines
86 B
Makefile
6 lines
86 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = vmbus netvsc storvsc utilities hvsock
|
|
|
|
.include <bsd.subdir.mk>
|