Deleted Added
full compact
1c1
< # $FreeBSD: head/sys/boot/ofw/libofw/Makefile 67204 2000-10-16 10:46:22Z obrien $
---
> # $FreeBSD: head/sys/boot/ofw/libofw/Makefile 68548 2000-11-10 06:39:58Z benno $
9,10c9,10
< SRCS= devicename.c main.c ofw_copy.c ofw_module.c ofw_disk.c ofw_console.c \
< ofw_time.c ofw_devsearch.c ofw_reboot.c openfirm.c
---
> SRCS= devicename.c ofw_copy.c ofw_module.c ofw_disk.c ofw_net.c \
> ofw_console.c ofw_time.c ofw_devsearch.c ofw_reboot.c openfirm.c
15,16c15
< CFLAGS+= -I${.CURDIR}/../../common -msoft-float \
< -I${.CURDIR}/../../.. -I.
---
> CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../.. -I.
18c17,21
< .ifdef(BOOT_BIOSDISK_DEBUG)
---
> .if ${MACHINE_ARCH} == "powerpc"
> CFLAGS+= -msoft-float
> .endif
>
> .ifdef(BOOT_DISK_DEBUG)
22a26,30
> machine:
> ln -sf ${.CURDIR}/../../../${MACHINE_ARCH}/include machine
>
> CLEANFILES+= machine
>
23a32,33
>
> beforedepend ${OBJS}: machine