freebsd-dev/usr.sbin/efivar/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
178 B
Makefile
Raw Normal View History

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>