1.include <bsd.init.mk> 2 3LIB= ofw 4 5SRCS= devicename.c ofw_console.c ofw_copy.c ofw_disk.c \ 6 ofw_memory.c ofw_module.c ofw_net.c ofw_reboot.c \ 7 ofw_time.c openfirm.c 8 9# Pick up the bootstrap header for some interface items 10CFLAGS+= -I${LDRSRC} 11 12.ifdef(BOOT_DISK_DEBUG) 13# Make the disk code more talkative 14CFLAGS+= -DDISK_DEBUG 15.endif 16 17.include <bsd.lib.mk> 18