mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 21:51:04 +01:00
d198b8774d
This script's goal is to check the system for peripherals that needs firmware and install the needed packages for them. For now it only support pci subsystem and only video classes for AMD and Intel GPUs. Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39825
8 lines
82 B
Makefile
8 lines
82 B
Makefile
PACKAGE= fwget
|
|
|
|
SCRIPTS= fwget
|
|
MAN= fwget.8
|
|
SUBDIR= pci
|
|
|
|
.include <bsd.prog.mk>
|