Makefile revision 201941
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 201941 2010-01-09 22:54:29Z marcel $
2
3LIB=	efi
4INTERNALLIB=
5
6SRCS=	delay.c efi_console.c efinet.c efipart.c errno.c handles.c \
7	libefi.c time.c
8
9CFLAGS+= -I${.CURDIR}/../include
10CFLAGS+= -I${.CURDIR}/../include/${MACHINE_ARCH:S/amd64/i386/}
11CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
12
13# Pick up the bootstrap header for some interface items
14CFLAGS+= -I${.CURDIR}/../../common
15
16.include <bsd.lib.mk>
17