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