mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 06:45:34 -05:00
for i386/amd64. Rather, it only works on i386/amd64 and should only be built there. Rather than change the default based on which architecutre, do things more directly by only building it on i386/amd64 and having it always on. This is how we handle other options that are relevant only for a few architectures.
5 lines
61 B
Makefile
5 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_HYPERV} != "no"
|
|
SUBDIR+= hyperv
|
|
.endif
|