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