Makefile (8de97f394e22391ff48a087dad4aa60e87ed8ebe) Makefile (732a02b4e77866604a120a275c082bb6221bd2ff)
1# $FreeBSD$
2
3SYSDIR?=${SRCTOP}/sys
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR_PARALLEL=
7
8# Modules that include binary-only blobs of microcode should be selectable by

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

380 wlan_ccmp \
381 wlan_rssadapt \
382 wlan_tkip \
383 wlan_wep \
384 wlan_xauth \
385 ${_wpi} \
386 ${_wpifw} \
387 ${_x86bios} \
1# $FreeBSD$
2
3SYSDIR?=${SRCTOP}/sys
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6SUBDIR_PARALLEL=
7
8# Modules that include binary-only blobs of microcode should be selectable by

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

380 wlan_ccmp \
381 wlan_rssadapt \
382 wlan_tkip \
383 wlan_wep \
384 wlan_xauth \
385 ${_wpi} \
386 ${_wpifw} \
387 ${_x86bios} \
388 xdr \
388 xl \
389 xz \
390 zlib
391
392.if ${MK_AUTOFS} != "no" || defined(ALL_MODULES)
393_autofs= autofs
394.endif
395

--- 412 unchanged lines hidden ---
389 xl \
390 xz \
391 zlib
392
393.if ${MK_AUTOFS} != "no" || defined(ALL_MODULES)
394_autofs= autofs
395.endif
396

--- 412 unchanged lines hidden ---