aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ofwdump/Makefile
blob: a20e94f9b3359325488cfff4d8959fa816128e3d (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	ofwdump
MAN=	ofwdump.8
SRCS=	ofwdump.c ofw_util.c

WARNS?=	6

.include <bsd.prog.mk>