xref: /freebsd/usr.sbin/Makefile.amd64 (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1519b7eccSWarner Losh# mptable: broken (not 64 bit clean)
2519b7eccSWarner Losh# pnpinfo: crashes (not really useful anyway)
3519b7eccSWarner Losh.if ${MK_ACPI} != "no"
4519b7eccSWarner LoshSUBDIR+=	acpi
5519b7eccSWarner Losh.endif
6519b7eccSWarner Losh.if ${MK_APM} != "no"
7519b7eccSWarner LoshSUBDIR+=	apm
8519b7eccSWarner Losh.endif
9*02629e46SEnji Cooper.if ${MK_BHYVE} != "no"
10b67e81dbSJohn BaldwinSUBDIR+=	bhyve
110ff4c702SNeel NatuSUBDIR+=	bhyvectl
12c487da1eSNeel NatuSUBDIR+=	bhyveload
13*02629e46SEnji Cooper.endif
14519b7eccSWarner LoshSUBDIR+=	boot0cfg
15519b7eccSWarner Losh.if ${MK_TOOLCHAIN} != "no"
16519b7eccSWarner LoshSUBDIR+=	btxld
17519b7eccSWarner Losh.endif
18519b7eccSWarner LoshSUBDIR+=	cpucontrol
19519b7eccSWarner LoshSUBDIR+=	lptcontrol
20519b7eccSWarner LoshSUBDIR+=	mptable
21519b7eccSWarner LoshSUBDIR+=	spkrtest
22519b7eccSWarner LoshSUBDIR+=	zzz
23