Update to ELF Tool Chain r3490
[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+=        spkrtest
21 SUBDIR+=        zzz
22
23 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
24 .if ${MACHINE} == "i386"
25 .if ${MK_ACPI} != "no"
26 SUBDIR+=        acpi
27 .endif
28 SUBDIR+=        boot0cfg
29 .if ${MK_HYPERV} != "no"
30 SUBDIR+=        hyperv
31 .endif
32 .elif ${MACHINE} == "pc98"
33 SUBDIR+=        boot98cfg
34 .endif