]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/Makefile.amd64
MFC r325067:
[FreeBSD/stable/10.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 SUBDIR+=        asf
13 .if ${MK_BHYVE} != "no"
14 SUBDIR+=        bhyve
15 SUBDIR+=        bhyvectl
16 SUBDIR+=        bhyveload
17 .endif
18 SUBDIR+=        boot0cfg
19 .if ${MK_TOOLCHAIN} != "no"
20 SUBDIR+=        btxld
21 .endif
22 SUBDIR+=        cpucontrol
23 .if ${MK_HYPERV} != "no"
24 SUBDIR+=        hyperv
25 .endif
26 SUBDIR+=        kgmon
27 SUBDIR+=        lptcontrol
28 SUBDIR+=        mptable
29 .if ${MK_NDIS} != "no"
30 SUBDIR+=        ndiscvt
31 .endif
32 SUBDIR+=        sicontrol
33 SUBDIR+=        spkrtest
34 SUBDIR+=        zzz