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