summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ofwdump/Makefile
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-10-18 15:37:15 +0000
committertmm <tmm@FreeBSD.org>2002-10-18 15:37:15 +0000
commit3f2ca46f9442e029d5fbc7982c228c7af016ede4 (patch)
treef9d0a6325c1e356c145d264a9b450c6f6ecdaebd /usr.sbin/ofwdump/Makefile
parentcc168019aee616ef6c9c8d73d6f14c06b4826eb6 (diff)
downloadFreeBSD-src-3f2ca46f9442e029d5fbc7982c228c7af016ede4.zip
FreeBSD-src-3f2ca46f9442e029d5fbc7982c228c7af016ede4.tar.gz
Add a utility to examine the OpenFirmware device tree (on sparc64). This
allows access to detailed machine configuration information, and should be especially useful to gather information for driver-related bug reports.
Diffstat (limited to 'usr.sbin/ofwdump/Makefile')
-rw-r--r--usr.sbin/ofwdump/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/ofwdump/Makefile b/usr.sbin/ofwdump/Makefile
new file mode 100644
index 0000000..4cbc3e0
--- /dev/null
+++ b/usr.sbin/ofwdump/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+PROG= ofwdump
+MAN= ofwdump.8
+SRCS= ofwdump.c ofw_util.c
+WARNS?= 5
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud