mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
d8d41d3b84
Put all the efi related tools into FreeBSD-efi-tools. Differential Revision: https://reviews.freebsd.org/D31803
16 lines
190 B
Makefile
16 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|