2bcbcb593d
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
9 lines
78 B
Makefile
9 lines
78 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efidp
|
|
MAN= efidp.8
|
|
|
|
LIBADD= efivar
|
|
|
|
.include <bsd.prog.mk>
|