[Midnightbsd-cvs] src [10806] trunk/usr.sbin/Makefile.i386: add hyperv
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 9 23:17:12 EDT 2018
Revision: 10806
http://svnweb.midnightbsd.org/src/?rev=10806
Author: laffer1
Date: 2018-06-09 23:17:11 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
add hyperv
Modified Paths:
--------------
trunk/usr.sbin/Makefile.i386
Property Changed:
----------------
trunk/usr.sbin/Makefile.i386
Modified: trunk/usr.sbin/Makefile.i386
===================================================================
--- trunk/usr.sbin/Makefile.i386 2018-06-10 03:16:12 UTC (rev 10805)
+++ trunk/usr.sbin/Makefile.i386 2018-06-10 03:17:11 UTC (rev 10806)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/usr.sbin/Makefile.i386 294364 2016-01-19 23:36:49Z ian $
.if ${MK_APM} != "no"
SUBDIR+= apm
@@ -9,12 +10,12 @@
SUBDIR+= btxld
.endif
SUBDIR+= cpucontrol
+.if ${MK_HYPERV} != "no"
+SUBDIR+= hyperv
+.endif
SUBDIR+= kgmon
SUBDIR+= kgzip
SUBDIR+= lptcontrol
-.if ${MK_NCP} != "no"
-SUBDIR+= mount_nwfs
-.endif
SUBDIR+= mptable
.if ${MK_NDIS} != "no"
SUBDIR+= ndiscvt
@@ -24,6 +25,8 @@
SUBDIR+= spkrtest
SUBDIR+= zzz
+# Differentiate between FreeBSD/i386 and FreeBSD/pc98
+.if ${MACHINE} == "i386"
.if ${MK_ACPI} != "no"
SUBDIR+= acpi
.endif
@@ -31,3 +34,6 @@
.if ${MK_WIRELESS} != "no"
SUBDIR+= wlconfig
.endif
+.elif ${MACHINE} == "pc98"
+SUBDIR+= boot98cfg
+.endif
Property changes on: trunk/usr.sbin/Makefile.i386
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list