mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
formats and parses UEFI standard Device Paths. In the future it will also translate between FreeBSD driver names and UEFI Device Paths. Sponsored by: Netflix
8 lines
78 B
Makefile
8 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efidp
|
|
MAN= efidp.8
|
|
|
|
LIBADD= efivar
|
|
|
|
.include <bsd.prog.mk>
|