449408d0c0
Many UEFI variables are UCS2 strings (some NUL terminated, others not). Add --utf8 (-u) to convert UCS2 strings to UTF8 before printing. Sponsored by: Netflix
12 lines
142 B
Makefile
12 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efivar
|
|
MAN= efivar.8
|
|
|
|
LIBADD= efivar
|
|
|
|
EFIBOOT=${SRCTOP}/sys/boot/efi
|
|
CFLAGS+= -I${EFIBOOT}/include
|
|
|
|
.include <bsd.prog.mk>
|