Deleted Added
full compact
1# $FreeBSD: head/sys/modules/Makefile 137777 2004-11-16 17:19:04Z emax $
1# $FreeBSD: head/sys/modules/Makefile 138573 2004-12-08 17:38:38Z sam $
2
3# pcic -- currently broken and being worked on out of tree.
4# oldcard -- specialized use for debugging only.
5# owi -- totally unsupported for debugging only.
6
7SUBDIR= ${_3dfx} \
8 ${_aac} \
9 accf_data \

--- 11 unchanged lines hidden (view full) ---

21 ${_aout} \
22 ${_apm} \
23 ${_ar} \
24 ${_arcnet} \
25 ${_arl} \
26 ${_asr} \
27 ath \
28 ${_ath_hal} \
29 ath_rate_amrr \
30 ath_rate_onoe \
31 aue \
32 ${_auxio} \
33 ${_awi} \
34 axe \
35 bfe \
36 bge \
37 ${_bios} \
38 ${_bktr} \

--- 207 unchanged lines hidden (view full) ---

246 vge \
247 vkbd \
248 vpo \
249 vr \
250 vx \
251 wb \
252 ${_wi} \
253 wlan \
254 wlan_ccmp \
255 wlan_tkip \
256 wlan_wep \
257 wlan_xauth \
258 ${_xe} \
259 xl
260
261.if ${MACHINE_ARCH} != "sparc64"
262_syscons= syscons
263.endif
264
265.if defined(ALL_MODULES)

--- 206 unchanged lines hidden ---