Deleted Added
full compact
Makefile (201941) Makefile (211679)
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 201941 2010-01-09 22:54:29Z marcel $
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 211679 2010-08-23 01:48:07Z imp $
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
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/}
10CFLAGS+= -I${.CURDIR}/../include/${MACHINE_CPUARCH: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>
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>