09b9789b28
The wl(4) driver supports pre-802.11 PCCard wireless adapters that are slower than 802.11b. They do not work with any of the 802.11 framework and the driver hasn't been reported to actually work in a long time. Relnotes: yes
35 lines
557 B
Makefile
35 lines
557 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MK_APM} != "no"
|
|
SUBDIR+= apm
|
|
SUBDIR+= apmd
|
|
.endif
|
|
SUBDIR+= asf
|
|
.if ${MK_TOOLCHAIN} != "no"
|
|
SUBDIR+= btxld
|
|
.endif
|
|
SUBDIR+= cpucontrol
|
|
SUBDIR+= kgmon
|
|
SUBDIR+= kgzip
|
|
SUBDIR+= lptcontrol
|
|
SUBDIR+= mptable
|
|
.if ${MK_NDIS} != "no"
|
|
SUBDIR+= ndiscvt
|
|
.endif
|
|
SUBDIR+= pnpinfo
|
|
SUBDIR+= spkrtest
|
|
SUBDIR+= zzz
|
|
|
|
# Differentiate between FreeBSD/i386 and FreeBSD/pc98
|
|
.if ${MACHINE} == "i386"
|
|
.if ${MK_ACPI} != "no"
|
|
SUBDIR+= acpi
|
|
.endif
|
|
SUBDIR+= boot0cfg
|
|
.if ${MK_HYPERV} != "no"
|
|
SUBDIR+= hyperv
|
|
.endif
|
|
.elif ${MACHINE} == "pc98"
|
|
SUBDIR+= boot98cfg
|
|
.endif
|