freebsd-dev/share/doc/legal/Makefile
Bjoern A. Zeeb 5a02ae5e8f iwlwifi: add man pages
Add and hook up man pages for iwlwifi and iwlwififw and install a copy
of the firmware license to /usr/share/docs/legal so it will always be
shipped with the installed system.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
2021-12-27 18:47:25 +00:00

14 lines
171 B
Makefile

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