]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile.amd64
fstyp(8): Fix a typo in a source code comment
[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 _ARCH_SUBDIR=amd64
6 .if ${MK_ACPI} != "no"
7 SUBDIR+=        acpi
8 .endif
9 .if ${MK_APM} != "no"
10 SUBDIR+=        apm
11 # Link files to the architecture directory
12 .for _manpage in ${:!/bin/sh -c "/bin/ls ${_ARCH_SUBDIR}/.8"!:E}
13 MLINKS+=${_manpage} ${_ARCH_SUBDIR}/${_manpage}
14 .endfor
15 .endif
16 .if ${MK_BHYVE} != "no"
17 SUBDIR+=        bhyve
18 SUBDIR+=        bhyvectl
19 SUBDIR+=        bhyveload
20 .endif
21 SUBDIR+=        boot0cfg
22 .if ${MK_TOOLCHAIN} != "no"
23 SUBDIR+=        btxld
24 .endif
25 SUBDIR+=        cpucontrol
26 .if ${MK_HYPERV} != "no"
27 SUBDIR+=        hyperv
28 .endif
29 SUBDIR+=        lptcontrol
30 SUBDIR+=        mptable
31 SUBDIR+=        spkrtest
32 SUBDIR+=        zzz