freebsd-src/usr.sbin/ofwdump/Makefile
Thomas Moestl 1b6eef5b4e 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.
2002-10-18 15:37:15 +00:00

9 lines
103 B
Makefile

# $FreeBSD$
PROG= ofwdump
MAN= ofwdump.8
SRCS= ofwdump.c ofw_util.c
WARNS?= 5
.include <bsd.prog.mk>