freebsd-dev/usr.sbin/efivar/Makefile
Warner Losh 5709a4b5a1 Create efi utility printing routines
Split out asciidump, utf8dump, bindump, and hexdump into a separate
file efiutil.c. Implement new efi_print_load_option for printing out
the EFI_LOADER_OPTION data structure used to specify different options
to the UEFI boot manager.

Sponsored by: Netflix
2017-09-07 07:30:19 +00:00

14 lines
168 B
Makefile

# $FreeBSD$
PROG= efivar
MAN= efivar.8
LIBADD= efivar
SRCS= efivar.c efiutil.c
EFIBOOT=${SRCTOP}/sys/boot/efi
CFLAGS+= -I${EFIBOOT}/include
.include <bsd.prog.mk>