Deleted Added
full compact
Makefile (96455) Makefile (96513)
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 96455 2002-05-12 13:54:42Z obrien $
1# $FreeBSD: head/sys/boot/efi/libefi/Makefile 96513 2002-05-13 11:09:07Z ru $
2
3.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
4
5LIB= efi
2
3.PATH: ${.CURDIR}/../../../${MACHINE_ARCH}/${MACHINE_ARCH}
4
5LIB= efi
6NOPIC= true
7NOPROFILE= true
8INTERNALLIB= true
6INTERNALLIB= true
9INTERNALSTATICLIB= true
10
11SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.c
12SRCS+= delay.c efifs.c efinet.c elf_freebsd.c bootinfo.c pal.s
13
14.if ${MACHINE_ARCH} == "ia64"
15SRCS+= efifpswa.c
16.endif
17

--- 25 unchanged lines hidden ---
7
8SRCS= libefi.c efi_console.c time.c copy.c devicename.c module.c exit.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

--- 25 unchanged lines hidden ---