2010-09-13 02:21:07 +00:00
|
|
|
# $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
|
2015-01-26 06:44:48 +00:00
|
|
|
.if ${MK_BHYVE} != "no"
|
2011-05-15 04:03:11 +00:00
|
|
|
SUBDIR+= bhyve
|
2013-01-09 04:02:23 +00:00
|
|
|
SUBDIR+= bhyvectl
|
2011-07-06 22:38:09 +00:00
|
|
|
SUBDIR+= bhyveload
|
2015-01-26 06:44:48 +00:00
|
|
|
.endif
|
2010-09-13 02:21:07 +00:00
|
|
|
SUBDIR+= boot0cfg
|
|
|
|
.if ${MK_TOOLCHAIN} != "no"
|
|
|
|
SUBDIR+= btxld
|
|
|
|
.endif
|
|
|
|
SUBDIR+= cpucontrol
|
2014-09-13 02:15:31 +00:00
|
|
|
.if ${MK_HYPERV} != "no"
|
|
|
|
SUBDIR+= hyperv
|
|
|
|
.endif
|
2010-09-13 02:21:07 +00:00
|
|
|
SUBDIR+= kgmon
|
|
|
|
SUBDIR+= lptcontrol
|
2013-06-28 21:00:08 +00:00
|
|
|
SUBDIR+= mount_smbfs
|
2010-09-13 02:21:07 +00:00
|
|
|
SUBDIR+= mptable
|
|
|
|
.if ${MK_NDIS} != "no"
|
|
|
|
SUBDIR+= ndiscvt
|
|
|
|
.endif
|
|
|
|
SUBDIR+= sicontrol
|
|
|
|
SUBDIR+= spkrtest
|
|
|
|
SUBDIR+= zzz
|