Deleted Added
full compact
Makefile (106738) Makefile (136910)
1# $FreeBSD: head/sys/boot/ofw/libofw/Makefile 106738 2002-11-10 19:17:36Z jake $
1# $FreeBSD: head/sys/boot/ofw/libofw/Makefile 136910 2004-10-24 15:33:08Z ru $
2
3LIB= ofw
2
3LIB= ofw
4INTERNALLIB= true
4INTERNALLIB=
5
6SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_disk.c \
7 ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
8 ofw_time.c openfirm.c
9
10CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
11
12# Pick up the bootstrap header for some interface items

--- 20 unchanged lines hidden ---
5
6SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_disk.c \
7 ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
8 ofw_time.c openfirm.c
9
10CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
11
12# Pick up the bootstrap header for some interface items

--- 20 unchanged lines hidden ---