summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv/utilities/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hyperv/utilities/Makefile')
-rw-r--r--sys/modules/hyperv/utilities/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/hyperv/utilities/Makefile b/sys/modules/hyperv/utilities/Makefile
index 388182c..e2351a3 100644
--- a/sys/modules/hyperv/utilities/Makefile
+++ b/sys/modules/hyperv/utilities/Makefile
@@ -1,13 +1,12 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../../contrib/dev/hyperv/utilities
+.PATH: ${.CURDIR}/../../../dev/hyperv/utilities
KMOD= hv_utils
SRCS = hv_util.c
-CFLAGS+= -I${.CURDIR}/../../../contrib/dev/hyperv/include \
- -I${.CURDIR}/../../../contrib/dev/hyperv/vmbus \
- -I${.CURDIR}/../../../contrib
+CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
+ -I${.CURDIR}/../../../dev/hyperv/vmbus
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud