ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.sbin/Makefile.i386
Revision: 10806
Committed: Sun Jun 10 03:17:11 2018 UTC (5 years, 11 months ago) by laffer1
File size: 711 byte(s)
Log Message:
add hyperv

File Contents

# Content
1 # $MidnightBSD$
2 # $FreeBSD: stable/10/usr.sbin/Makefile.i386 294364 2016-01-19 23:36:49Z ian $
3
4 .if ${MK_APM} != "no"
5 SUBDIR+= apm
6 SUBDIR+= apmd
7 .endif
8 SUBDIR+= asf
9 .if ${MK_TOOLCHAIN} != "no"
10 SUBDIR+= btxld
11 .endif
12 SUBDIR+= cpucontrol
13 .if ${MK_HYPERV} != "no"
14 SUBDIR+= hyperv
15 .endif
16 SUBDIR+= kgmon
17 SUBDIR+= kgzip
18 SUBDIR+= lptcontrol
19 SUBDIR+= mptable
20 .if ${MK_NDIS} != "no"
21 SUBDIR+= ndiscvt
22 .endif
23 SUBDIR+= pnpinfo
24 SUBDIR+= sicontrol
25 SUBDIR+= spkrtest
26 SUBDIR+= zzz
27
28 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
29 .if ${MACHINE} == "i386"
30 .if ${MK_ACPI} != "no"
31 SUBDIR+= acpi
32 .endif
33 SUBDIR+= boot0cfg
34 .if ${MK_WIRELESS} != "no"
35 SUBDIR+= wlconfig
36 .endif
37 .elif ${MACHINE} == "pc98"
38 SUBDIR+= boot98cfg
39 .endif

Properties

Name Value
svn:keywords MidnightBSD=%H