freebsd-dev/usr.sbin/efidp/Makefile
Warner Losh 2bcbcb593d efidp manipulates UEFI Device Paths in various ways. At the moment, it
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
2017-03-09 00:33:38 +00:00

9 lines
78 B
Makefile

# $FreeBSD$
PROG= efidp
MAN= efidp.8
LIBADD= efivar
.include <bsd.prog.mk>