1
2.if ${MK_ACPI} != "no"
3SUBDIR+=	acpi
4.endif
5.if ${MK_APM} != "no"
6SUBDIR+=	apm
7SUBDIR+=	apmd
8.endif
9SUBDIR+=	boot0cfg
10.if ${MK_TOOLCHAIN} != "no"
11SUBDIR+=	btxld
12.endif
13SUBDIR+=	cpucontrol
14SUBDIR+=	lptcontrol
15SUBDIR+=	mptable
16SUBDIR+=	pnpinfo
17SUBDIR+=	spkrtest
18SUBDIR+=	zzz
19