freebsd-dev/usr.sbin/efivar/Makefile
Warner Losh 4b844f8d99 Add efivar(1) to manipulate EFI variables. It uses a similar command
line interface to the Linux program, as well as adding a number of
useful features to make using it in shell scripts easier (since we
don't have a filesystem to fall back on interacting with).

Differential Revision: https://reviews.freebsd.org/D8128
Reviewed by: kib@, wblock@, Ganael Laplanche
2016-10-11 22:31:45 +00:00

9 lines
80 B
Makefile

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