0ff4c70271
Obtained from: NetApp
30 lines
527 B
Makefile
30 lines
527 B
Makefile
# $FreeBSD$
|
|
|
|
# kgzip: builds, but missing support files
|
|
# mptable: broken (not 64 bit clean)
|
|
# pnpinfo: crashes (not really useful anyway)
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
.if ${MK_APM} != "no"
|
|
SUBDIR+= apm
|
|
.endif
|
|
SUBDIR+= asf
|
|
SUBDIR+= bhyve
|
|
SUBDIR+= bhyvectl
|
|
SUBDIR+= bhyveload
|
|
SUBDIR+= boot0cfg
|
|
.if ${MK_TOOLCHAIN} != "no"
|
|
SUBDIR+= btxld
|
|
.endif
|
|
SUBDIR+= cpucontrol
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= lptcontrol
|
|
SUBDIR+= mptable
|
|
.if ${MK_NDIS} != "no"
|
|
SUBDIR+= ndiscvt
|
|
.endif
|
|
SUBDIR+= sicontrol
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|