xref: /freebsd/usr.sbin/efibootmgr/Makefile (revision d0b2dbfa)
11285bcc8SWarner LoshEFIBOOT=${SRCTOP}/stand/efi
21285bcc8SWarner LoshEFIINCL=${SRCTOP}/stand/efi/include
31285bcc8SWarner LoshEFIVAR=${SRCTOP}/usr.sbin/efivar
41285bcc8SWarner Losh.PATH: ${EFIBOOT}/libefi ${EFIVAR}
51285bcc8SWarner LoshCFLAGS+= -I${EFIVAR} -I${EFIINCL}
61285bcc8SWarner Losh
7d8d41d3bSEmmanuel VadotPACKAGE=	efi-tools
8d8d41d3bSEmmanuel Vadot
91285bcc8SWarner LoshPROG=efibootmgr
101285bcc8SWarner LoshMAN=	efibootmgr.8
111285bcc8SWarner LoshSRCS= efichar.c efiutil.c efibootmgr.c
121285bcc8SWarner Losh
131285bcc8SWarner LoshLIBADD= efivar geom
141285bcc8SWarner Losh
151285bcc8SWarner Losh.include <bsd.prog.mk>
16