2ee2dc6fd6
needs to be done for that. Discussed with: Microsoft hyper-v devs
13 lines
214 B
Makefile
13 lines
214 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/hyperv/utilities
|
|
|
|
KMOD= hv_utils
|
|
|
|
SRCS = hv_util.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
|
|
-I${.CURDIR}/../../../dev/hyperv/vmbus
|
|
|
|
.include <bsd.kmod.mk>
|