6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if ${MK_HYPERV} != "no"
|
||
|
SUBDIR+= hyperv
|
||
|
.endif
|