1# $FreeBSD$
2
3PROG=	ofwdump
4MAN=	ofwdump.8
5SRCS=	ofwdump.c ofw_util.c
6
7.include <bsd.prog.mk>
8