4b844f8d99
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
9 lines
80 B
Makefile
9 lines
80 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efivar
|
|
MAN= efivar.8
|
|
|
|
LIBADD= efivar
|
|
|
|
.include <bsd.prog.mk>
|