Deleted Added
full compact
Makefile (125766) Makefile (136910)
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 125766 2004-02-13 04:43:41Z marcel $
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
4
5LIB= efi
2
3.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
4
5LIB= efi
6INTERNALLIB= true
6INTERNALLIB=
7
8SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c
9SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.S
10
11.if ${MACHINE_ARCH} == "ia64"
12SRCS+= efifpswa.c
13.endif
14

--- 13 unchanged lines hidden ---
7
8SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c
9SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.S
10
11.if ${MACHINE_ARCH} == "ia64"
12SRCS+= efifpswa.c
13.endif
14

--- 13 unchanged lines hidden ---