]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.i386
Add NetBSD's mtree to the tree and install it as nmtree as the first step
[FreeBSD/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 .if ${MK_SYSINSTALL} != "no"
21 SUBDIR+=        sade
22 .endif
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