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