]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.amd64
stand/powerpc: Only build loader.kboot for powerpc64
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile.amd64
1 # $FreeBSD$
2
3 # kgzip: builds, but missing support files
4 # mptable: broken (not 64 bit clean)
5 # pnpinfo: crashes (not really useful anyway)
6 .if ${MK_ACPI} != "no"
7 SUBDIR+=        acpi
8 .endif
9 .if ${MK_APM} != "no"
10 SUBDIR+=        apm
11 .endif
12 .if ${MK_BHYVE} != "no"
13 SUBDIR+=        bhyve
14 SUBDIR+=        bhyvectl
15 SUBDIR+=        bhyveload
16 .endif
17 SUBDIR+=        boot0cfg
18 .if ${MK_TOOLCHAIN} != "no"
19 SUBDIR+=        btxld
20 .endif
21 SUBDIR+=        cpucontrol
22 .if ${MK_HYPERV} != "no"
23 SUBDIR+=        hyperv
24 .endif
25 SUBDIR+=        kgmon
26 SUBDIR+=        lptcontrol
27 SUBDIR+=        mptable
28 .if ${MK_NDIS} != "no"
29 SUBDIR+=        ndiscvt
30 .endif
31 SUBDIR+=        spkrtest
32 SUBDIR+=        zzz