1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00
freebsd/usr.sbin/efivar/Makefile
Emmanuel Vadot e6e5d8e7aa pkgbase: Remove libefivar package and add a efi-tools one
Put all the efi related tools into FreeBSD-efi-tools.

Differential Revision:	https://reviews.freebsd.org/D31803

(cherry picked from commit d8d41d3b84)
2022-01-05 18:23:50 +01:00

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>