1
2.include <bsd.init.mk>
3
4LIB=		ofw
5
6SRCS=	devicename.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
10# Pick up the bootstrap header for some interface items
11CFLAGS+=	-I${LDRSRC}
12
13.ifdef(BOOT_DISK_DEBUG)
14# Make the disk code more talkative
15CFLAGS+= -DDISK_DEBUG
16.endif
17
18.include <bsd.lib.mk>
19