]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/Makefile.i386
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 SUBDIR+=        kgmon
13 SUBDIR+=        kgzip
14 SUBDIR+=        lptcontrol
15 .if ${MK_NCP} != "no"
16 SUBDIR+=        mount_nwfs
17 .endif
18 SUBDIR+=        mount_smbfs
19 SUBDIR+=        mptable
20 .if ${MK_NDIS} != "no"
21 SUBDIR+=        ndiscvt
22 .endif
23 SUBDIR+=        pnpinfo
24 .if ${MK_SYSINSTALL} != "no"
25 SUBDIR+=        sade
26 .endif
27 SUBDIR+=        sicontrol
28 SUBDIR+=        spkrtest
29 SUBDIR+=        zzz
30
31 # Differentiate between FreeBSD/i386 and FreeBSD/pc98
32 .if ${MACHINE} == "i386"
33 .if ${MK_ACPI} != "no"
34 SUBDIR+=        acpi
35 .endif
36 SUBDIR+=        boot0cfg
37 .if ${MK_WIRELESS} != "no"
38 SUBDIR+=        wlconfig
39 .endif
40 .elif ${MACHINE} == "pc98"
41 SUBDIR+=        boot98cfg
42 .endif