svn commit: r273249 - head/usr.sbin
Takahashi Yoshihiro
nyan at FreeBSD.org
Sat Oct 18 08:07:18 UTC 2014
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
More information about the svn-src-all
mailing list