summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.i386
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2014-10-18 08:07:17 +0000
committernyan <nyan@FreeBSD.org>2014-10-18 08:07:17 +0000
commitaeb22aea0ae803778f53b6ec88e369bc1f64297d (patch)
treefe8348159409fbd12a9ca3369064d21a23d7032a /usr.sbin/Makefile.i386
parent056aa8c190d1ea12808a6023ba2cfa1b1c81aa63 (diff)
downloadFreeBSD-src-aeb22aea0ae803778f53b6ec88e369bc1f64297d.zip
FreeBSD-src-aeb22aea0ae803778f53b6ec88e369bc1f64297d.tar.gz
Disable hyperv on pc98.
Diffstat (limited to 'usr.sbin/Makefile.i386')
-rw-r--r--usr.sbin/Makefile.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/Makefile.i386 b/usr.sbin/Makefile.i386
index de7bb46..772c11d 100644
--- a/usr.sbin/Makefile.i386
+++ b/usr.sbin/Makefile.i386
@@ -9,9 +9,6 @@ SUBDIR+= asf
SUBDIR+= btxld
.endif
SUBDIR+= cpucontrol
-.if ${MK_HYPERV} != "no"
-SUBDIR+= hyperv
-.endif
SUBDIR+= kgmon
SUBDIR+= kgzip
SUBDIR+= lptcontrol
@@ -31,6 +28,9 @@ SUBDIR+= zzz
SUBDIR+= acpi
.endif
SUBDIR+= boot0cfg
+.if ${MK_HYPERV} != "no"
+SUBDIR+= hyperv
+.endif
.if ${MK_WIRELESS} != "no"
SUBDIR+= wlconfig
.endif
OpenPOWER on IntegriCloud