Deleted Added
full compact
Makefile (96455) Makefile (96513)
1# $FreeBSD: head/sys/boot/ofw/libofw/Makefile 96455 2002-05-12 13:54:42Z obrien $
1# $FreeBSD: head/sys/boot/ofw/libofw/Makefile 96513 2002-05-13 11:09:07Z ru $
2
3LIB= ofw
2
3LIB= ofw
4NOPIC= true
5NOPROFILE= true
6INTERNALLIB= true
4INTERNALLIB= true
7INTERNALSTATICLIB= true
8
9SRCS= devicename.c elf_freebsd.c ofw_console.c ofw_copy.c ofw_devsearch.c \
10 ofw_disk.c ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \
11 ofw_time.c openfirm.c
12
13CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
14
15# 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_devsearch.c \
7 ofw_disk.c 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 ---