]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/Makefile.i386
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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+=        mount_smbfs
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