9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= ofwdump
|
||
|
MAN= ofwdump.8
|
||
|
SRCS= ofwdump.c ofw_util.c
|
||
|
WARNS?= 5
|
||
|
|
||
|
.include <bsd.prog.mk>
|