]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile.i386
MFC r322124:
[FreeBSD/stable/10.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 .if ${MK_HYPERV} != "no"
13 SUBDIR+=        hyperv
14 .endif
15 SUBDIR+=        kgmon
16 SUBDIR+=        kgzip
17 SUBDIR+=        lptcontrol
18 SUBDIR+=        mptable
19 .if ${MK_NDIS} != "no"
20 SUBDIR+=        ndiscvt
21 .endif
22 SUBDIR+=        pnpinfo
23 SUBDIR+=        sicontrol
24 SUBDIR+=        spkrtest
25 SUBDIR+=        zzz
26
27 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
28 .if ${MACHINE} == "i386"
29 .if ${MK_ACPI} != "no"
30 SUBDIR+=        acpi
31 .endif
32 SUBDIR+=        boot0cfg
33 .if ${MK_WIRELESS} != "no"
34 SUBDIR+=        wlconfig
35 .endif
36 .elif ${MACHINE} == "pc98"
37 SUBDIR+=        boot98cfg
38 .endif