xref: /freebsd-13.1/usr.sbin/efivar/Makefile (revision e6e5d8e7)
1# $FreeBSD$
2
3PACKAGE=	efi-tools
4
5PROG=	efivar
6MAN=	efivar.8
7
8LIBADD= efivar geom
9
10SRCS=	efivar.c efiutil.c
11
12EFIBOOT=${SRCTOP}/stand/efi
13CFLAGS+=	-I${EFIBOOT}/include
14
15.include <bsd.prog.mk>
16