freebsd-src/share/doc/legal/Makefile
Bjoern A. Zeeb cf94672363 rtw88/rtw89: remove local firmware.
Remove firmware from src/ in favor of the ports/packages and fwget(8).
This will allow us to shrink the size of src (and installed modules).
Update the rtw88 man page to reflect the change.

MFC after:	20 days
X-MFC:		will see about 14/13
2023-09-05 21:13:18 +00:00

13 lines
159 B
Makefile

SUBDIR= intel_ipw \
intel_iwi \
intel_iwlwififw \
intel_iwn \
intel_wpi \
realtek
SUBDIR_PARALLEL=
.include <bsd.arch.inc.mk>
.include <bsd.subdir.mk>