1# $FreeBSD$ 2EFIBOOT=${SRCTOP}/stand/efi 3EFIINCL=${SRCTOP}/stand/efi/include 4EFIVAR=${SRCTOP}/usr.sbin/efivar 5.PATH: ${EFIBOOT}/libefi ${EFIVAR} 6CFLAGS+= -I${EFIVAR} -I${EFIINCL} 7 8PACKAGE= efi-tools 9 10PROG=efibootmgr 11MAN= efibootmgr.8 12SRCS= efichar.c efiutil.c efibootmgr.c 13 14LIBADD= efivar geom 15 16.include <bsd.prog.mk> 17