aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/efivar/Makefile
blob: aa00f4b79502cf41aaeeb7400f588121eacaefb5 (plain) (tree)
1
2
3
4
5
6
7
8
9

           

                         


                
                   
 

                          
                           

                                    
                      
# $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>