mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 17:41:04 +01:00
6 lines
61 B
Makefile
6 lines
61 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.if ${MK_HYPERV} != "no"
|
||
|
SUBDIR+= hyperv
|
||
|
.endif
|