diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2013-05-03 02:03:36 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2013-05-03 02:03:36 +0000 |
| commit | e5548b5cde2f430b71abb29e251ba8bb2210bf73 (patch) | |
| tree | 90796125d475b8430c123a84eebe43265505ec0f /sys/modules/hyperv/Makefile | |
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> |
