xref: /freebsd/usr.sbin/Makefile.amd64 (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1# mptable: broken (not 64 bit clean)
2# pnpinfo: crashes (not really useful anyway)
3.if ${MK_ACPI} != "no"
4SUBDIR+=	acpi
5.endif
6.if ${MK_APM} != "no"
7SUBDIR+=	apm
8.endif
9.if ${MK_BHYVE} != "no"
10SUBDIR+=	bhyve
11SUBDIR+=	bhyvectl
12SUBDIR+=	bhyveload
13.endif
14SUBDIR+=	boot0cfg
15.if ${MK_TOOLCHAIN} != "no"
16SUBDIR+=	btxld
17.endif
18SUBDIR+=	cpucontrol
19SUBDIR+=	lptcontrol
20SUBDIR+=	mptable
21SUBDIR+=	spkrtest
22SUBDIR+=	zzz
23