1# $FreeBSD$ 2 3PROG= ofwdump 4MAN= ofwdump.8 5MANSUBDIR= /sparc64 6SRCS= ofwdump.c ofw_util.c 7 8WARNS?= 6 9 10.include <bsd.prog.mk> 11