]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/Makefile.i386
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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+=        mount_smbfs
16 SUBDIR+=        mptable
17 .if ${MK_NDIS} != "no"
18 SUBDIR+=        ndiscvt
19 .endif
20 SUBDIR+=        pnpinfo
21 SUBDIR+=        sicontrol
22 SUBDIR+=        spkrtest
23 SUBDIR+=        zzz
24
25 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
26 .if ${MACHINE} == "i386"
27 .if ${MK_ACPI} != "no"
28 SUBDIR+=        acpi
29 .endif
30 SUBDIR+=        boot0cfg
31 .if ${MK_WIRELESS} != "no"
32 SUBDIR+=        wlconfig
33 .endif
34 .elif ${MACHINE} == "pc98"
35 SUBDIR+=        boot98cfg
36 .endif