freebsd-dev/usr.sbin/acpi/acpidump/Makefile
Nate Lawson 945137d9b4 Modify acpidump to use iasl(8) as the backend for disassembling AML.
Also clean up the output of dumped tables.  Update the man page for the
new usage.  Make WARNS=6 clean.
2003-08-28 03:33:07 +00:00

9 lines
114 B
Makefile

# $FreeBSD$
PROG= acpidump
MAN= acpidump.8
SRCS= acpi.c acpi_user.c acpidump.c
WARNS?= 6
.include <bsd.prog.mk>