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