mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ofwdump
|
|
MAN= ofwdump.8
|
|
SRCS= ofwdump.c ofw_util.c
|
|
|
|
.include <bsd.prog.mk>
|