519b7ecc1b
Reviewed by: arch@ (many times, no objection)
31 lines
545 B
Makefile
31 lines
545 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+= boot0cfg
|
|
.if ${MK_TOOLCHAIN} != "no"
|
|
SUBDIR+= btxld
|
|
.endif
|
|
SUBDIR+= cpucontrol
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= lptcontrol
|
|
.if ${MK_NCP} != "no"
|
|
SUBDIR+= mount_nwfs
|
|
.endif
|
|
SUBDIR+= mount_smbfs
|
|
SUBDIR+= mptable
|
|
.if ${MK_NDIS} != "no"
|
|
SUBDIR+= ndiscvt
|
|
.endif
|
|
SUBDIR+= sicontrol
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|