]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/efibootmgr/Makefile
Remove spurious newline
[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 PROG=efibootmgr
9 MAN=    efibootmgr.8
10 SRCS= efichar.c efiutil.c efibootmgr.c
11
12 LIBADD= efivar geom
13
14 .include <bsd.prog.mk>