]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/boot/efi/libefi/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / boot / efi / libefi / Makefile
1 # $FreeBSD$
2
3 LIB=    efi
4 INTERNALLIB=
5
6 SRCS=   delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
7         libefi.c time.c
8
9 CFLAGS+= -I${.CURDIR}/../include
10 CFLAGS+= -I${.CURDIR}/../include/${MACHINE_CPUARCH:S/amd64/i386/}
11 CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
12
13 # Pick up the bootstrap header for some interface items
14 CFLAGS+= -I${.CURDIR}/../../common
15
16 .include <bsd.lib.mk>