Author: nyan
Date: Sat Oct 18 08:07:17 2014
New Revision: 273249
URL: https://svnweb.freebsd.org/changeset/base/273249
Log:
Disable hyperv on pc98.
Modified:
head/usr.sbin/Makefile.i386
Modified: head/usr.sbin/Makefile.i386
==============================================================================
--- head/usr.sbin/Makefile.i386 Sat Oct 18 07:40:38 2014 (r273248)
+++ head/usr.sbin/Makefile.i386 Sat Oct 18 08:07:17 2014 (r273249)
@@ -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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"