1b6eef5b4e
allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports.
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>
|