mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
104954fe06
Submitted by: Dan Stekloff <dsteklof at c i s c o dot com> Discussed with: marcel
10 lines
104 B
Makefile
10 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ofwdump
|
|
MAN= ofwdump.8
|
|
SRCS= ofwdump.c ofw_util.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|