imp 449408d0c0 Add UCS2->UTF8 option.
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
2017-08-31 17:53:50 +00:00

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>