xref: /freebsd/usr.sbin/Makefile.amd64 (revision 7fdf597e96a02165cfe22ff357b857d5fa15ed8a)
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