freebsd-dev/usr.sbin/fwget/pci/Makefile
Bjoern A. Zeeb dd8a74e74d fwget: add support for various WiFi NICs
Add support for Realtek, QCA, and Mediatek WiFi NIC cards.
We group the matching entries by driver in sub-functions in order
to semi-automatically create the lists for now.

Reviewed by:	manu
Differential Revision: https://reviews.freebsd.org/D40073
2023-05-20 11:18:51 +00:00

15 lines
189 B
Makefile

PACKAGE= fwget
SCRIPTS=pci \
pci_network_mediatek \
pci_network_qca \
pci_network_realtek \
pci_video_amd \
pci_video_intel
BINDIR= ${LIBEXECDIR}/fwget
MAN=
.include <bsd.prog.mk>