diff options
Diffstat (limited to 'sys/modules/hyperv/Makefile')
| -rw-r--r-- | sys/modules/hyperv/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/modules/hyperv/Makefile b/sys/modules/hyperv/Makefile new file mode 100644 index 000000000000..3bae26ac4030 --- /dev/null +++ b/sys/modules/hyperv/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR = vmbus netvsc storvsc utilities + +.include <bsd.subdir.mk> |
