]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.i386
Merge branch 'releng/11.3' into releng-CDN/11.3
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile.i386
1 # $FreeBSD$
2
3 .if ${MK_APM} != "no"
4 SUBDIR+=        apm
5 SUBDIR+=        apmd
6 .endif
7 SUBDIR+=        asf
8 .if ${MK_TOOLCHAIN} != "no"
9 SUBDIR+=        btxld
10 .endif
11 SUBDIR+=        cpucontrol
12 SUBDIR+=        kgmon
13 SUBDIR+=        kgzip
14 SUBDIR+=        lptcontrol
15 SUBDIR+=        mptable
16 .if ${MK_NDIS} != "no"
17 SUBDIR+=        ndiscvt
18 .endif
19 SUBDIR+=        pnpinfo
20 SUBDIR+=        sicontrol
21 SUBDIR+=        spkrtest
22 SUBDIR+=        zzz
23
24 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
25 .if ${MACHINE} == "i386"
26 .if ${MK_ACPI} != "no"
27 SUBDIR+=        acpi
28 .endif
29 SUBDIR+=        boot0cfg
30 .if ${MK_HYPERV} != "no"
31 SUBDIR+=        hyperv
32 .endif
33 .if ${MK_WIRELESS} != "no"
34 SUBDIR+=        wlconfig
35 .endif
36 .elif ${MACHINE} == "pc98"
37 SUBDIR+=        boot98cfg
38 .endif