]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.amd64
bsdinstall zfsboot: Don't override ZFSBOOT_FORCE_4K_SECTORS if it is null.
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile.amd64
1
2 # mptable: broken (not 64 bit clean)
3 # pnpinfo: crashes (not really useful anyway)
4 .if ${MK_ACPI} != "no"
5 SUBDIR+=        acpi
6 .endif
7 .if ${MK_APM} != "no"
8 SUBDIR+=        apm
9 .endif
10 .if ${MK_BHYVE} != "no"
11 SUBDIR+=        bhyve
12 SUBDIR+=        bhyvectl
13 SUBDIR+=        bhyveload
14 .endif
15 SUBDIR+=        boot0cfg
16 .if ${MK_TOOLCHAIN} != "no"
17 SUBDIR+=        btxld
18 .endif
19 SUBDIR+=        cpucontrol
20 .if ${MK_HYPERV} != "no"
21 SUBDIR+=        hyperv
22 .endif
23 SUBDIR+=        kgmon
24 SUBDIR+=        lptcontrol
25 SUBDIR+=        mptable
26 .if ${MK_NDIS} != "no"
27 SUBDIR+=        ndiscvt
28 .endif
29 SUBDIR+=        spkrtest
30 SUBDIR+=        zzz