aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/Makefile1
-rw-r--r--sys/modules/hyperv/hid/Makefile1
-rw-r--r--sys/modules/hyperv/hvsock/Makefile1
-rw-r--r--sys/modules/hyperv/netvsc/Makefile1
-rw-r--r--sys/modules/hyperv/pcib/Makefile1
-rw-r--r--sys/modules/hyperv/storvsc/Makefile1
-rw-r--r--sys/modules/hyperv/utilities/Makefile1
-rw-r--r--sys/modules/hyperv/vmbus/Makefile1
8 files changed, 0 insertions, 8 deletions
diff --git a/sys/modules/hyperv/Makefile b/sys/modules/hyperv/Makefile
index 0e9ca2495ef6..4b9c179641de 100644
--- a/sys/modules/hyperv/Makefile
+++ b/sys/modules/hyperv/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR = vmbus netvsc storvsc utilities hvsock hid
diff --git a/sys/modules/hyperv/hid/Makefile b/sys/modules/hyperv/hid/Makefile
index 40b991065d2a..22c8c46490c7 100644
--- a/sys/modules/hyperv/hid/Makefile
+++ b/sys/modules/hyperv/hid/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/input
diff --git a/sys/modules/hyperv/hvsock/Makefile b/sys/modules/hyperv/hvsock/Makefile
index b619b4865bed..d00b8dd35dcb 100644
--- a/sys/modules/hyperv/hvsock/Makefile
+++ b/sys/modules/hyperv/hvsock/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/hvsock
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile
index dd28d13236cc..1dad0d7b6b6c 100644
--- a/sys/modules/hyperv/netvsc/Makefile
+++ b/sys/modules/hyperv/netvsc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/netvsc \
${SRCTOP}/sys/dev/hyperv/vmbus
diff --git a/sys/modules/hyperv/pcib/Makefile b/sys/modules/hyperv/pcib/Makefile
index 83e960dde069..ae785de5e093 100644
--- a/sys/modules/hyperv/pcib/Makefile
+++ b/sys/modules/hyperv/pcib/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/pcib \
${SRCTOP}/sys/dev/hyperv/vmbus
diff --git a/sys/modules/hyperv/storvsc/Makefile b/sys/modules/hyperv/storvsc/Makefile
index a755772437f6..9802a8af02c9 100644
--- a/sys/modules/hyperv/storvsc/Makefile
+++ b/sys/modules/hyperv/storvsc/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/storvsc \
${SRCTOP}/sys/dev/hyperv/vmbus \
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index 8626aaa8ebce..353b59af9e5e 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/utilities
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index cdc6bb288682..1659d5186493 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hyperv/vmbus \
${SRCTOP}/sys/dev/hyperv/vmbus/${MACHINE_CPUARCH} \