mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
14 lines
178 B
Makefile
14 lines
178 B
Makefile
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efivar
|
|
MAN= efivar.8
|
|
|
|
LIBADD= efivar geom
|
|
|
|
SRCS= efivar.c efiutil.c
|
|
|
|
EFIBOOT=${SRCTOP}/stand/efi
|
|
CFLAGS+= -I${EFIBOOT}/include
|
|
|
|
.include <bsd.prog.mk>
|