mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Put all the efi related tools into FreeBSD-efi-tools. Differential Revision: https://reviews.freebsd.org/D31803
10 lines
103 B
Makefile
10 lines
103 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efidp
|
|
MAN= efidp.8
|
|
|
|
LIBADD= efivar geom
|
|
|
|
.include <bsd.prog.mk>
|